generated from duanshuwen/webapp-vue-frontend
feat: 首页接口对接
This commit is contained in:
8
src/api/types.ts
Normal file
8
src/api/types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable */
|
||||
// @ts-ignore
|
||||
|
||||
export type Response<T = any> = {
|
||||
code: number;
|
||||
msg: string;
|
||||
data: T;
|
||||
};
|
||||
Reference in New Issue
Block a user