MCPcopy Create free account
hub / github.com/Semporia/Scripts / sign

Function sign

jd_moneyTree.js:394–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394function sign() {
395 console.log('开始三餐签到')
396 const data = {"source": 2, "workType": 1, "opType": 2};
397 return new Promise((rs, rj) => {
398 request('doWork', data).then(response => {
399 rs(response);
400 })
401 })
402}
403
404function signIndex() {
405 const params = {

Callers 1

dayWorkFunction · 0.70

Calls 2

requestFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected