add - PushAgent XBiubiu6690

This commit is contained in:
yangqiang3504
2022-09-01 15:58:51 +08:00
parent 12e86815fb
commit 1762ee80fa
2 changed files with 5 additions and 13 deletions
@@ -216,7 +216,7 @@ public class PushAgent extends Spider {
}
private static void refreshTk() {
private void refreshTk() {
long b = Time();
String str = j;
if (str.isEmpty() || StopRefresh - b <= 600) {
@@ -236,6 +236,7 @@ public class PushAgent extends Spider {
long j2 = jSONObject3.getLong("expires_in");
StopRefresh = b + j2;
} catch (Exception e) {
fetchRule(false,0);
SpiderDebug.log(e);
}
}