shawenguan 1 year ago
parent
commit
79d91c57b6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Scripts/115/cloud115Helper.js

+ 4 - 4
Scripts/115/cloud115Helper.js

@@ -215,10 +215,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;