This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
chentao
/
gof_ppw_api
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
5d2ccc4ec6
Ramos
Etiquetas
master
gof_ppw_api
/
internal
/
consts
/
status.go
status.go
132 B
Histórico
Em bruto
1
2
3
4
5
6
package consts
const (
OkStatus = 200 //请求正常
ParamsParseErrorStatus = 401 //http请求参数校验失败
)