(1)Packet IP Block限制协议值为6
(2)导入加入账号保存的方法
This commit is contained in:
@@ -1676,6 +1676,10 @@ public abstract class BaseService {
|
||||
if(regionDict.getDictId().intValue()==56){
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, "http_url_cfg",send);
|
||||
}
|
||||
//账号
|
||||
else if("subscribe_id".equals(regionDict.getConfigServiceType())){
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, "ntc_subscribe_id_cfg",send);
|
||||
}
|
||||
}else if("ComplexkeywordCfg".equals(type)) {
|
||||
List<ComplexkeywordCfg> listPage = (List<ComplexkeywordCfg>) list;
|
||||
// DNS
|
||||
|
||||
Reference in New Issue
Block a user