shawenguan 1 år sedan
förälder
incheckning
e551a4ff83
1 ändrade filer med 11 tillägg och 11 borttagningar
  1. 11 11
      Scripts/unicom/unicomSignIn.js

+ 11 - 11
Scripts/unicom/unicomSignIn.js

@@ -109,17 +109,17 @@ async function tryDaySign() {
     if (userInfo) {
         await checkNotifyUsage(userInfo, onlineData);
     }
-    let result = await doDaySign();
-    if (result) {
-        // 0002已签到
-        if (result.code === '0000') {
-            magicJS.notification.appendNotifyInfo(`🎉签到成功!`);
-        } else {
-            magicJS.notification.appendNotifyInfo(`❌签到失败,错误:${result.desc}`);
-        }
-    } else {
-        magicJS.notification.appendNotifyInfo(`🔴签到失败!`);
-    }
+    // let result = await doDaySign();
+    // if (result) {
+    //     // 0002已签到
+    //     if (result.code === '0000') {
+    //         magicJS.notification.appendNotifyInfo(`🎉签到成功!`);
+    //     } else {
+    //         magicJS.notification.appendNotifyInfo(`❌签到失败,错误:${result.desc}`);
+    //     }
+    // } else {
+    //     magicJS.notification.appendNotifyInfo(`🔴签到失败!`);
+    // }
 }
 
 async function checkNotifyUsage(userInfo, onlineData) {