1.修改日志邮件界面,CfgId查询条件不能为0

2.新增日志邮件泛收界面(cfg_id=0),进行查询和导出
3.新增日志SSL泛收界面,进行查询和导出
This commit is contained in:
李皓宸
2019-01-16 09:43:51 +08:00
parent 5197a63855
commit 4dcd0ec948
8 changed files with 1315 additions and 3 deletions

View File

@@ -805,4 +805,9 @@ public final class Constants {
//配置启停服务接口方法
public static final String CONFIG_START_STOP_UPDATE=Configurations.getStringProperty("configStartStop", "configStartStop");
/**
* 流量日志的SSL泛收接口URL
*/
public static final String NTC_SSL_RECORD_LOG = Configurations.getStringProperty("ntcSslRecordLog","");
}