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

Method doSign

wxapp/fyzq.js:157–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 async doSign() {
158 const res = await appletPost("/min/min-mall/sign_sign_in", {}, this.token);
159 if (String(res.code) !== "1") throw new Error(res.message || `签到失败: ${JSON.stringify(res)}`);
160 return res.data || {};
161 }
162
163 async run() {
164 $.log(`\n账号[${this.index}] ${mask(this.account)}`);

Callers 1

handleStatusMethod · 0.95

Calls 1

appletPostFunction · 0.85

Tested by

no test coverage detected