From 911250ef9feb41ff821ed9f21319f7a02471ad86 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:43:45 +0800 Subject: [PATCH] Update sysxc.js --- sysxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysxc.js b/sysxc.js index ccb1f18..f34f3fc 100644 --- a/sysxc.js +++ b/sysxc.js @@ -175,7 +175,7 @@ class UserInfo { let res = await this.SignIn(SignInpointJson) if (res == '0') { //console.log(`签到成功`); - return + return '0' } } console.log(`签到结束`);