feat:AP设备界面接通
This commit is contained in:
@@ -171,6 +171,13 @@ export function fetchApDeviceList(params: Api.Device.ApDeviceParams) {
|
||||
params
|
||||
});
|
||||
}
|
||||
/** 删除AP设备 */
|
||||
export function deleteApDevices(ids: string) {
|
||||
return request<any>({
|
||||
url: `/system/device/${ids}`,
|
||||
method: 'delete'
|
||||
});
|
||||
}
|
||||
/** 获取终端设备列表 */
|
||||
export function fetchTerminalList(params: Api.Device.TerminalDeviceParams) {
|
||||
return request<Api.Device.TerminalDeviceResponse>({
|
||||
|
||||
Reference in New Issue
Block a user