This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
frontend
/
cw_web
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
f_i18n
Ramuri
Etichete
f_eng_ver
f_i18n
main
cw_web
/
types
/
api.d.ts
api.d.ts
140 B
Permalink
Istoric
Crud
1
2
3
4
5
6
/** 所有 api 接口的响应数据都应该准守该格式 */
interface ApiResponseData<T> {
code: number
data: T
message: string
}