Update sysxc.js

This commit is contained in:
smallfawn
2023-04-15 20:43:45 +08:00
committed by GitHub
parent fc39e1f7c9
commit 911250ef9f

View File

@@ -175,7 +175,7 @@ class UserInfo {
let res = await this.SignIn(SignInpointJson)
if (res == '0') {
//console.log(`签到成功`);
return
return '0'
}
}
console.log(`签到结束`);