更新 'SrcJyAliPublic.js'

main
src48597962 7 months ago
parent 421249fa28
commit ad46f46a0d
  1. 7
      SrcJyAliPublic.js

@ -386,15 +386,12 @@ function getOpenToken(authorization) {
method: 'POST',
timeout: 8000
})).data.sid;
log(sid);
//log(sid);
let json = JSON.parse(request('https://open.aliyundrive.com/oauth/users/qrcode/authorize?sid=' + sid, {
headers: headers,
body: {
"authorize": 1,
"scope": "user:base,file:all:read,file:all:write",
"drives": ["backup", "resource"],
"scopes": ["user:base", "file:all:read", "file:all:write"],
"sid": sid
"scopes": ["user:base", "file:all:read", "file:all:write"]
},
method: 'POST',
timeout: 8000

Loading…
Cancel
Save