add - douban token

This commit is contained in:
yangqiang3504
2022-10-08 09:27:28 +08:00
parent 9963cdb7fb
commit dafaaa7cd1
3 changed files with 1 additions and 3 deletions
@@ -46,7 +46,7 @@ public class PushAgent extends Spider {
if (extend != null && !extend.equals("")) {
if (extend.startsWith("http")) {
Misc.jsonUrl = extend;
}
}else Misc.refreshToken = extend;
}
fetchRule(false,0);
}