fix:对接通知管理接口 进行联调测试
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum notificationManagementApi {
|
||||
getTableList = '/carbon-smart/api/AlarmContactInformation/selectAlarmContactInformation', //通知管理分页
|
||||
upData = '/carbon-smart/api/AlarmContactInformation/update', //通知管理 修改
|
||||
findById = '/carbon-smart/api/AlarmContactInformation/findById', //通知管理 查询详情
|
||||
}
|
Reference in New Issue
Block a user