This website works better with JavaScript
홈
탐색
도움말
로그인
chentao
/
gof_ppw_api
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
32a9871819
브랜치
태그
master
gof_ppw_api
/
internal
/
consts
/
status.go
status.go
132 B
히스토리
Raw
1
2
3
4
5
6
package consts
const (
OkStatus = 200 //请求正常
ParamsParseErrorStatus = 401 //http请求参数校验失败
)