This website works better with JavaScript
Home
Verkennen
Help
Inloggen
chentao
/
gof_ppw_api
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
5d2ccc4ec6
Aftakkingen
Labels
master
gof_ppw_api
/
internal
/
consts
/
status.go
status.go
132 B
Geschiedenis
Ruwe
1
2
3
4
5
6
package consts
const (
OkStatus = 200 //请求正常
ParamsParseErrorStatus = 401 //http请求参数校验失败
)