From 1d62a85deb1c8cea23288629206cc4e3c35c68d9 Mon Sep 17 00:00:00 2001 From: husq <931347610@qq.com> Date: Fri, 01 Sep 2023 14:57:22 +0800 Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop --- src/api/http/type.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/http/type.ts b/src/api/http/type.ts index f7d7982..9fc4214 100644 --- a/src/api/http/type.ts +++ b/src/api/http/type.ts @@ -22,6 +22,7 @@ code: number; data: T; message: string; + success:boolean; } export type IStatus = 'WAITING' | 'DOING' | 'SUCCESS' | 'FAILED'; -- Gitblit v1.9.3