v0.0.24
This commit is contained in:
+4
-1
@@ -15,7 +15,10 @@ export type Model = {
|
||||
|
||||
export type ApiResponse<T> = {
|
||||
code: number;
|
||||
msg?: string;
|
||||
message: string;
|
||||
messageCode: string;
|
||||
success: boolean;
|
||||
fail: boolean;
|
||||
data: T;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user