shawenguan před 1 rokem
rodič
revize
d26b87b5b2
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      Scripts/115/cloud115Helper.js

+ 5 - 5
Scripts/115/cloud115Helper.js

@@ -77,7 +77,7 @@ function checkHandleRequest() {
     if ($request && $request.method != 'OPTIONS') {
         switch (path) {
             case '/ios/2.0/user/points_sign':
-            handleUserSign();
+                handleUserSign();
                 break;
             default:
                 if (path.indexOf('/ios/2.0/user/info') > -1) {
@@ -201,10 +201,10 @@ async function checkSignIn() {
     let body = `device_id=${deviceId}&device_name=${deviceName}&token=${token}&token_time=${tokeTime}`;
 
     let lastPostData = magicJS.data.read(Cloud115ConstKey.SignInBody, null);
-    if(!lastPostData || lastPostData.length == ''){
-        magicJS.notification.appendNotifyInfo(`❌请先打开115云盘签到一次`);
-        return;
-    }
+    // if(!lastPostData || lastPostData.length == ''){
+    //     magicJS.notification.appendNotifyInfo(`❌请先打开115云盘签到一次`);
+    //     return;
+    // }
 
     let headers = gCommonHeaders;
     headers['Cookie'] = cookieStr;