feat: 本次提交更新内容如下
功能、和样式修复
This commit is contained in:
@@ -6,5 +6,5 @@ export function getDeviceList(params: {
|
||||
limit: number;
|
||||
keyword?: string;
|
||||
}) {
|
||||
return request("/v1/device/list", params, "GET");
|
||||
return request("/v1/devices", params, "GET");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user