From ae2380cc0d430108e1122f6818e52bc4abc49d3a Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 30 Aug 2023 18:00:17 +0800
Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop

---
 src/api/http/type.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/http/type.ts b/src/api/http/type.ts
index 33c2a73..9fc4214 100644
--- a/src/api/http/type.ts
+++ b/src/api/http/type.ts
@@ -19,11 +19,12 @@
 }
 // Workspace
 export interface IWorkspaceResponse<T> {
-[x: string]: number;
  code: number;
  data: T;
  message: string;
+ success:boolean;
 }
+
 export type IStatus = 'WAITING' | 'DOING' | 'SUCCESS' | 'FAILED';
 
 export interface CommonListResponse<T> extends IResult {

--
Gitblit v1.9.3