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

Method getSignInfo

wxapp/airui.js:230–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 async getSignInfo() {
231 return assertOk(
232 await this.requestWithRelogin("GET", "/iclick-new/signIn/getSignInInfo"),
233 "查询签到信息"
234 );
235 }
236
237 async submitSign() {
238 return assertOk(await this.requestWithRelogin("POST", "/iclick-new/signIn/sign"), "签到");

Callers 1

runMethod · 0.95

Calls 2

requestWithReloginMethod · 0.95
assertOkFunction · 0.70

Tested by

no test coverage detected