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

Method dailySign

wxapp/junpinhui.js:326–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 async dailySign() {
327 try {
328 const data = await this.encryptedPost("/garden/sign/dailySign");
329 $.log(`账号[${this.index}] 签到成功: ${shortJson(data || "ok")}`);
330 } catch (e) {
331 $.log(`账号[${this.index}] 签到失败: ${e.message || e}`);
332 }
333 }
334
335 async queryFarm() {
336 const data = await this.gardenGet("/garden/sorghum/index");

Callers 1

runMethod · 0.95

Calls 3

encryptedPostMethod · 0.95
shortJsonFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected