MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / encryptedGet

Method encryptedGet

wxapp/junpinhui.js:308–310  ·  view source on GitHub ↗
(urlPath, data = {})

Source from the content-addressed store, hash-verified

306 }
307
308 async encryptedGet(urlPath, data = {}) {
309 return this.gardenGet(urlPath, await this.encryptData(data));
310 }
311
312 async queryMember() {
313 const info = await this.gardenGet("/garden/Gardenmemberinfo/getMemberInfo");

Callers 2

harvestFarmMethod · 0.95
doQuestionTaskMethod · 0.95

Calls 2

gardenGetMethod · 0.95
encryptDataMethod · 0.95

Tested by

no test coverage detected