(1)IP类配置增加区域GK逻辑

(2)修复编译ID的重复获取BUG
(3)监测类配置目前不提供区域管控逻辑
This commit is contained in:
wangxin
2018-04-08 16:15:06 +08:00
parent 1f6bbc20ce
commit aaf8dd5afb
20 changed files with 1133 additions and 107 deletions

View File

@@ -5,6 +5,16 @@ import java.util.Date;
import com.google.gson.GsonBuilder;
public final class Constants {
/**
* 区域GK类型
*/
public static final int AREA_EFFECTIVE_TYPE_AREA_ISP = 1;
public static final int AREA_EFFECTIVE_TYPE_AREA_IP = 0;
/**
* 是否区域GK
*/
public static final int IS_AREA_EFFECTIVE_YES = 1;
public static final int IS_AREA_EFFECTIVE_NO = 0;
/**
* 字典表地域运营商
*/