|
|
|
@ -355,7 +355,7 @@ function getOpenToken(authorization) { |
|
|
|
|
let json2 = {}; |
|
|
|
|
try { |
|
|
|
|
json2 = JSON.parse(request('https://api.xhofe.top/alist/ali_open/token', { body: data, method: 'POST', timeout: 8000 })); |
|
|
|
|
log("api.xhofe.top"); |
|
|
|
|
log("https://api.xhofe.top/alist/ali_open/token"); |
|
|
|
|
log(json2); |
|
|
|
|
} catch (e) { |
|
|
|
|
json2 = JSON.parse(request('https://api-cf.nn.ci/alist/ali_open/token', { body: data, method: 'POST', timeout: 8000 })); |
|
|
|
|