status.go 132 B

123456
  1. package consts
  2. const (
  3. OkStatus = 200 //请求正常
  4. ParamsParseErrorStatus = 401 //http请求参数校验失败
  5. )