This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
frontend
/
cw_web
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
bd7969fe7a
Větve
Značky
f_eng_ver
f_i18n
main
cw_web
/
types
/
api.d.ts
api.d.ts
140 B
Historie
Surový
1
2
3
4
5
6
/** 所有 api 接口的响应数据都应该准守该格式 */
interface ApiResponseData<T> {
code: number
data: T
message: string
}