(1)app domain导入提交
(2)asn no字段扩展为long类型,数据库对应字段扩展为bigint
This commit is contained in:
@@ -56,6 +56,10 @@ public final class Constants {
|
||||
* 配置审核下发的类型 回调类型
|
||||
*/
|
||||
public static final int CALLBACK_TYPE=2;
|
||||
/**
|
||||
* 域名验证正则
|
||||
*/
|
||||
public static final String DOMAIN_REGEXP=Configurations.getStringProperty("domain_regexp", "*");
|
||||
/**
|
||||
* IP验证正则
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user