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

Method submitSign

wxapp/airui.js:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 async submitSign() {
238 return assertOk(await this.requestWithRelogin("POST", "/iclick-new/signIn/sign"), "签到");
239 }
240
241 async run() {
242 $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`);

Callers 1

runMethod · 0.95

Calls 2

requestWithReloginMethod · 0.95
assertOkFunction · 0.70

Tested by

no test coverage detected