Commit b00385a8831bffacac75843855997f6713272dab

Authored by fengtao
1 parent 7d5d2e2f

fix:修改告警配置查看联系人url

@@ -13,10 +13,10 @@ enum EDeviceConfigApi { @@ -13,10 +13,10 @@ enum EDeviceConfigApi {
13 DEVICE_CONFIG_GET_DETAIL = '/device_profile/', 13 DEVICE_CONFIG_GET_DETAIL = '/device_profile/',
14 DEVICE_CONFIG_DELETE = '/device_profile', 14 DEVICE_CONFIG_DELETE = '/device_profile',
15 DEVICE_CONFIG_GET_RULECHAIN = '/rule_chain/me/list', 15 DEVICE_CONFIG_GET_RULECHAIN = '/rule_chain/me/list',
16 - ALARM_CONTACT_GET_PAGE = '/alarmContact', 16 + ALARM_CONTACT_GET_PAGE = '/alarm_contact',
17 DEVICE_CONFIG_EXPORT = '/device_profile/export', 17 DEVICE_CONFIG_EXPORT = '/device_profile/export',
18 DEVICE_CONFIG_IMPORT = '/device_profile/import', 18 DEVICE_CONFIG_IMPORT = '/device_profile/import',
19 - SET_DEVICE_ISDEFAULT = '/device_profile', 19 + SET_DEVICE_ISDEFAULT = '/deviceProfile',
20 FRP_API = '/frp/', 20 FRP_API = '/frp/',
21 } 21 }
22 22