feat: 本次提交更新内容如下
同步
This commit is contained in:
10
nkebao/src/components/DeviceSelectionDialog/api.ts
Normal file
10
nkebao/src/components/DeviceSelectionDialog/api.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from "@/api/request";
|
||||
|
||||
// 获取设备列表
|
||||
export function getDeviceList(params: {
|
||||
page: number;
|
||||
limit: number;
|
||||
keyword?: string;
|
||||
}) {
|
||||
return request("/v1/device/list", params, "GET");
|
||||
}
|
||||
Reference in New Issue
Block a user