Fix alist api

This commit is contained in:
qlql765 2023-10-22 09:03:34 +08:00 committed by GitHub
parent b98d38b7be
commit 37a2b30df3
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class AliYun {
}
private boolean alist(String url, JsonObject param) {
String api = "https://aliapi.ewwe.gq/alist/ali_open/" + url;
String api = "https://api.xhofe.top/alist/ali_open/" + url;
OkResult result = OkHttp.post(api, param.toString(), getHeader());
SpiderDebug.log(result.getCode() + "," + api + "," + result.getBody());
if (isManyRequest(result.getBody())) return false;