update 调整代码格式
This commit is contained in:
Vendored
+6
-6
@@ -1,10 +1,10 @@
|
||||
import axios from 'axios';
|
||||
|
||||
declare module 'axios' {
|
||||
export interface AxiosResponse<T = any> {
|
||||
code: number;
|
||||
msg: string;
|
||||
rows: T;
|
||||
total: number;
|
||||
}
|
||||
export interface AxiosResponse<T = any> {
|
||||
code: number;
|
||||
msg: string;
|
||||
rows: T;
|
||||
total: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user