version:2.8

fix:优化接口,重启不再限制请求
update:
This commit is contained in:
2022-02-25 16:59:44 +08:00
parent ecd683440a
commit 97bc5d6a75
3 changed files with 5 additions and 5 deletions

View File

@@ -388,7 +388,7 @@ public class BaseApplication extends MultiDexApplication {
public static void setJpushTags() {
Log.e(TAG, "30s后重新设置tags");
HTTPInterface.setPushTags(context);
// HTTPInterface.setPushTags(context);
}
private static OnAliasResult onAliasResult;