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

Method encryptedPost

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

Source from the content-addressed store, hash-verified

302 }
303
304 async encryptedPost(urlPath, data = {}) {
305 return this.gardenPost(urlPath, await this.encryptData(data));
306 }
307
308 async encryptedGet(urlPath, data = {}) {
309 return this.gardenGet(urlPath, await this.encryptData(data));

Callers 6

dailySignMethod · 0.95
harvestFarmMethod · 0.95
seedFarmMethod · 0.95
waterFarmMethod · 0.95
manureFarmMethod · 0.95
doShareTaskMethod · 0.95

Calls 2

gardenPostMethod · 0.95
encryptDataMethod · 0.95

Tested by

no test coverage detected