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

Method signIn

daily/xinxi.js:85–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 }
85 async signIn() {
86 let options = {
87 method: 'GET',
88 url: `https://api.xinc818.com/mini/sign/in?dailyTaskId=`,
89 headers: {
90 "Content-Type": "application/json",
91 }
92
93
94 };
95 let { data: result } = await this.request(options);
96 if (result.code == 0) {
97 $.log(`✅账号[${this.index}] 签到状态【${result.data.flag}】获得积分【${result.data.integral}】🎉`)
98 } else {
99 $.log(`❌账号[${this.index}] 签到状态【false】`);
100 }
101
102 }
103 async share() {
104 let options = {
105 method: 'GET',

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected