feat: 初始化挪移完成
This commit is contained in:
@@ -25,7 +25,7 @@ export interface ServerDevice {
|
||||
// 服务端API返回的设备列表响应
|
||||
export interface ServerDevicesResponse {
|
||||
code: number;
|
||||
msg: string;
|
||||
message: string;
|
||||
data: {
|
||||
list: ServerDevice[];
|
||||
total: number;
|
||||
|
||||
Reference in New Issue
Block a user