Skip to content

Commit

Permalink
去除什么值得买APP签到
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmatrix7 committed Sep 14, 2021
1 parent fe0b348 commit 0f1742a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions script/smzdm/smzdm_signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@ function WebGetCurrentInfo(smzdmCookie){
subTitle = webCheckinStr;

// APP签到
await magicJS.sleep(5000);
await AppSignin(smzdmCookie).then(signinStr => {
subTitle += ` ${signinStr}`;
}).catch(ex =>{
subTitle += ` ${ex}`;
})
// await magicJS.sleep(5000);
// await AppSignin(smzdmCookie).then(signinStr => {
// subTitle += ` ${signinStr}`;
// }).catch(ex =>{
// subTitle += ` ${ex}`;
// })

// 查询签到后用户数据
await magicJS.sleep(3000);
Expand Down

0 comments on commit 0f1742a

Please sign in to comment.