This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
chentao
/
gof_ppw_api
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
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请求参数校验失败
)