This website requires JavaScript.
Explore
Help
Register
Sign In
wzp
/
v3-admin-vite
Template
Watch
1
Star
0
Fork
0
You've already forked v3-admin-vite
mirror of
https://github.com/un-pany/v3-admin-vite.git
synced
2025-04-22 11:59:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v3-admin-vite
/
types
/
api.d.ts
7 lines
140 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: Axios 响应数据支持通过泛型推导
2023-02-02 11:31:17 +08:00
/** 所有 api 接口的响应数据都应该准守该格式 */
perf: 代码优化 所有的 interface 类型命名
2023-05-21 09:51:41 +08:00
interface
ApiResponseData
<
T
>
{
feat: Axios 响应数据支持通过泛型推导
2023-02-02 11:31:17 +08:00
code
:
number
data
:
T
message
:
string
}
Reference in New Issue
Copy Permalink