上传返回值判断

This commit is contained in:
2021-10-10 15:39:03 +08:00
parent 9d7cfd0345
commit 7f5fec66bd
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export interface MsgResult {
status: boolean
status?: boolean
code?: number
message: string
}