()
| 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)}`); |
no test coverage detected