Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -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 |