ali will check quota and clean token

pull/69/head
FongMi 3 years ago
parent 138e622365
commit 5343334ca1
  1. 5
      app/src/main/java/com/github/catvod/ali/API.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -147,8 +147,9 @@ public class API {
private boolean checkQuotaExhausted(String result) {
if (!result.contains("QuotaExhausted")) return false;
Init.show("容量不夠拉,趕快清一清。");
auth.clean();
Init.show("容量不夠拉。");
auth.setRefreshToken("");
refreshAccessToken();
return false;
}

Binary file not shown.

@ -1 +1 @@
4a4931a4faa85b0fd02acc98e38f3bab
debd4cf545c08d546b477c80319b9ad0

Loading…
Cancel
Save