(1)IP类配置增加区域GK逻辑
(2)修复编译ID的重复获取BUG (3)监测类配置目前不提供区域管控逻辑
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* 字典表地域运营商
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user