version:2.2
fix: add:增加ai健康白名单
This commit is contained in:
@@ -140,9 +140,9 @@ public class NetInterfaceManager {
|
||||
private final ConcurrentHashMap<String, Long> requestIdsMap = new ConcurrentHashMap<>();
|
||||
|
||||
//超时时间
|
||||
private static int timeOut = 5;
|
||||
private static final int timeOut = 5;
|
||||
// 缓存文件最大限制大小20M
|
||||
private static long cacheSize = 1024 * 1024 * 64;
|
||||
private static final long cacheSize = 1024 * 1024 * 64;
|
||||
public static final String CUSTOM_REPEAT_REQ_PROTOCOL = "MY_CUSTOM_REPEAT_REQ_PROTOCOL";
|
||||
|
||||
private NetInterfaceManager(Context context) {
|
||||
|
||||
@@ -78,6 +78,7 @@ public class JGYUtils {
|
||||
this.add("com.jiaoguanyi.store");
|
||||
this.add("com.uiui.appstore");
|
||||
this.add("com.uiui.browser");
|
||||
this.add("com.uiui.health");
|
||||
this.add("com.uiui.os");
|
||||
this.add("com.uiui.aios");
|
||||
this.add("com.uiui.sn");
|
||||
|
||||
@@ -1281,6 +1281,7 @@ public class Utils {
|
||||
this.add("com.uiui.os");
|
||||
this.add("com.uiui.aios");
|
||||
this.add("com.uiui.browser");
|
||||
this.add("com.uiui.health");
|
||||
}};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user