package consts const ( OkStatus = 200 //请求正常 ParamsParseErrorStatus = 401 //http请求参数校验失败 )