This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
zhangyupeng
/
zfb_mp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
c2323c2bf3
Gałęzie
Tagi
Geosignzfb3.0版本
dev
feature/mockApi
master
release/release-3.4.2-20231120
setApi
release-3.4.1-20230616-2
3.4.2-20230616
release-3.4.1-20230419
zfb-3.4-202301111100
zfb-3.4-202301110900
3.3-202210210930
hotfix-2022082314test
release-20220602prod
hotfix-202205070930
hotfix-202205062100
hotfix-202205062015
hotfix-202205061850
hotfix-202205061130
release-202205061030
zfb_mp
/
src
/
api
/
sys
/
model
/
uploadModel.ts
uploadModel.ts
89 B
Historia
Czysty
1
2
3
4
5
export interface UploadApiResult {
message: string;
code?: number;
url?: string;
}