Skip to content

Commit

Permalink
Fix alist api
Browse files Browse the repository at this point in the history
  • Loading branch information
qlql765 authored Oct 22, 2023
1 parent 4af955f commit f4c6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/github/catvod/api/AliYun.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private HashMap<String, String> getHeaderOpen() {
}

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;
Expand Down

0 comments on commit f4c6df4

Please sign in to comment.