流量日志菜单下新增 文件扫描菜单

This commit is contained in:
shangguanyanfei
2019-07-04 18:35:14 +08:00
parent ca84326442
commit 406a5d83cd
9 changed files with 831 additions and 20 deletions

View File

@@ -795,4 +795,9 @@ public final class Constants {
* 管理员用户预警查询服务配置总量接口
*/
public static final String CONFIG_BY_SERVICE = Configurations.getStringProperty("getConfigByService","");
/**
* 文件扫描结果接口
*/
public static final String NTC_HTTP_OBJSCAN_RESULT_LOGS = Configurations.getStringProperty("ntcHttpObjscanResultLogs","");
}