去除什么值得买APP签到

This commit is contained in:
blackmatrix7 2021-09-14 19:47:18 +08:00
parent fe0b348b0f
commit 0f1742a67f
1 changed files with 6 additions and 6 deletions

View File

@ -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);