|
|
@@ -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;
|