Update alist api url
This commit is contained in:
parent
2e2d053ddd
commit
ded6f5b52d
|
|
@ -134,7 +134,7 @@ public class API {
|
||||||
//https://api-cf.nn.ci/alist/ali_open/
|
//https://api-cf.nn.ci/alist/ali_open/
|
||||||
//https://api.xhofe.top/alist/ali_open/
|
//https://api.xhofe.top/alist/ali_open/
|
||||||
//https://sni_api_nn_ci.cooluc.com/alist/ali_open/
|
//https://sni_api_nn_ci.cooluc.com/alist/ali_open/
|
||||||
String api = "https://api.xhofe.top/alist/ali_open/" + url;
|
String api = "https://aliapi.ewwe.gq/alist/ali_open/" + url;
|
||||||
OkResult result = OkHttp.postJson(api, body.toString(), getHeader());
|
OkResult result = OkHttp.postJson(api, body.toString(), getHeader());
|
||||||
SpiderDebug.log(result.getCode() + "," + api + "," + result.getBody());
|
SpiderDebug.log(result.getCode() + "," + api + "," + result.getBody());
|
||||||
if (isManyRequest(result.getBody())) return false;
|
if (isManyRequest(result.getBody())) return false;
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
16f80f13f3bd4b6fedfb3af5f5b3d3d0
|
a7adfef4aec7646aee96efcf0ef7f375
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue