This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
jdcProject_front
Watch
1
Star
0
Fork
0
You've already forked jdcProject_front
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
jdcProject_front
/
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