MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / gardenGet

Method gardenGet

wxapp/junpinhui.js:259–264  ·  view source on GitHub ↗
(urlPath, params = {})

Source from the content-addressed store, hash-verified

257 }
258
259 async gardenGet(urlPath, params = {}) {
260 const res = await this.withRelogin(() =>
261 request("get", GARDEN_BASE, urlPath, { token: this.token, params })
262 );
263 return assertOk(res, urlPath);
264 }
265
266 async gardenPost(urlPath, data = {}) {
267 const res = await this.withRelogin(() =>

Callers 8

encryptedGetMethod · 0.95
queryMemberMethod · 0.95
queryFarmMethod · 0.95
queryTasksMethod · 0.95
doQuestionTaskMethod · 0.95
doRealityTaskMethod · 0.95
doCompleteInfoTaskMethod · 0.95
doSubscribePrizeMethod · 0.95

Calls 3

withReloginMethod · 0.95
requestFunction · 0.70
assertOkFunction · 0.70

Tested by

no test coverage detected