diff --git a/SrcJyAliPublic.js b/SrcJyAliPublic.js index 30d1cee..000c555 100644 --- a/SrcJyAliPublic.js +++ b/SrcJyAliPublic.js @@ -354,7 +354,7 @@ function getOpenToken(authorization) { } let json2 = {}; try { - json2 = JSON.parse(request('https://api.xhofe.top/alist/ali_open/code', { body: data, method: 'POST', timeout: 8000 })); + json2 = JSON.parse(request('https://api.xhofe.top/alist/ali_open/token', { body: data, method: 'POST', timeout: 8000 })); log("api.xhofe.top"); log(json2); } catch (e) {