Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Find file
Normal view
History
Permalink
99b40297e9078bbf8eb6ddfb1bfc6f8bb8dbf07e
Switch branch/tag
qqxb-self-service
src
types
index.ts
index.ts
130 Bytes
Edit
update
7dea8521
lishengfu
committed
4 years ago
1
2
3
4
/**
* 接口响应数据(基础)
*/
export
interface
ResponseData
{
udpate
fb8d001f
lishengfu
committed
4 years ago
5
status
:
boolean
;
update
7dea8521
lishengfu
committed
4 years ago
6
data
?:
any
;
udpate
fb8d001f
lishengfu
committed
4 years ago
7
message
:
string
;
update
7dea8521
lishengfu
committed
4 years ago
8
}