This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chentao
/
gof_ppw_api
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
5d2ccc4ec6
Dallar
Biçim İmleri
master
gof_ppw_api
/
internal
/
consts
/
status.go
status.go
132 B
Geçmiş
Ham
1
2
3
4
5
6
package consts
const (
OkStatus = 200 //请求正常
ParamsParseErrorStatus = 401 //http请求参数校验失败
)