refactor: 项目重构
This commit is contained in:
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -2,7 +2,7 @@ declare global {
|
||||
/**
|
||||
* 响应数据
|
||||
*/
|
||||
interface ResponseData<T = any> {
|
||||
interface ApiResponse<T = any> {
|
||||
code: string;
|
||||
data: T;
|
||||
msg: string;
|
||||
|
||||
Reference in New Issue
Block a user