This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
yangg
/
zheda
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
76d0daab6f
Rami (Branch)
Tag
master
zheda
/
src
/
views
/
interface
/
index.ts
index.ts
113 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
/*
*
* 后端API接口响应数据
*/
interface APIResponseData {
code?: number;
data: [];
msg?: string;
}