|
@@ -17,7 +17,7 @@ https://auth.alipan.com/v2/account/token
|
|
|
[MITM]
|
|
[MITM]
|
|
|
hostname = %APPEND% auth.alipan.com
|
|
hostname = %APPEND% auth.alipan.com
|
|
|
*/
|
|
*/
|
|
|
-const lk = new ToolKit(`阿里云盘签到`, `AliYunPanCheckIn`, {"httpApi": "[email protected]:6166"})
|
|
|
|
|
|
|
+const lk = new ToolKit(`阿里云盘签到`, `AliYunPanHepler`, {"httpApi": "[email protected]:6166"})
|
|
|
const aliYunPanTokenKey = 'lkAliYunPanTokenKey'
|
|
const aliYunPanTokenKey = 'lkAliYunPanTokenKey'
|
|
|
let aliYunPanToken = lk.getVal(aliYunPanTokenKey, '')
|
|
let aliYunPanToken = lk.getVal(aliYunPanTokenKey, '')
|
|
|
const aliYunPanRefreshTokenKey = 'lkAliYunPanRefreshTokenKey'
|
|
const aliYunPanRefreshTokenKey = 'lkAliYunPanRefreshTokenKey'
|
|
@@ -26,7 +26,7 @@ const checkSignInRepeatKey = 'aliYunPanSignInRepeat'
|
|
|
const checkSignInRepeat = lk.getVal(checkSignInRepeatKey, '')
|
|
const checkSignInRepeat = lk.getVal(checkSignInRepeatKey, '')
|
|
|
const joinTeamRepeatKey = 'aliYunPanJoinTeamRepeat'
|
|
const joinTeamRepeatKey = 'aliYunPanJoinTeamRepeat'
|
|
|
const joinTeamRepeat = lk.getVal(joinTeamRepeatKey, -1)
|
|
const joinTeamRepeat = lk.getVal(joinTeamRepeatKey, -1)
|
|
|
-lk.userAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 D/C501C6D2-FAF6-4DA8-B65B-7B8B392901EB"
|
|
|
|
|
|
|
+lk.userAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 D/C501C6D2-FAF6-4DA8-B65B-7B8B392901EB"
|
|
|
|
|
|
|
|
if(!lk.isExecComm) {
|
|
if(!lk.isExecComm) {
|
|
|
if (lk.isRequest()) {
|
|
if (lk.isRequest()) {
|