事件报表 修改了访问接口URL

This commit is contained in:
lihaochen
2018-12-26 09:53:16 +08:00
parent bb9aa4d098
commit 430708b63f
2 changed files with 122 additions and 122 deletions

View File

@@ -796,7 +796,7 @@ public final class Constants {
/**
* 监测事件,封堵事件,重点保障事件查询接口URL
*/
public static final String NTC_EVENT_MONITOR_OR_BLOCK_Report =Configurations.getStringProperty("ntcEventsMonitorOrBlockReport","");
public static final String NTC_EVENT_MONITOR_OR_BLOCK_Report =Configurations.getStringProperty("ntcEventsMonitorOrBlock","");
public static final String NTC_EVENT_KEYPROTECTION_Report =Configurations.getStringProperty("ntcEventKeyProtectionReport","");
public static final String NTC_EVENT_KEYPROTECTION_Report =Configurations.getStringProperty("ntcEventKeyProtection","");
}