f
This commit is contained in:
@@ -15,8 +15,10 @@ const (
|
||||
const (
|
||||
BusiCodeSuccess = 10 // 查询成功
|
||||
BusiCodeNotFound = 1000 // 未查得
|
||||
BusiCodeProductError = 1004 // 产品编号异常
|
||||
BusiCodeSignError = 1005 // 签名异常
|
||||
BusiCodeDataRequestError = 1007 // 数据请求异常
|
||||
BusiCodeServiceNotOpen = 1008 // 服务尚未开通或已暂停
|
||||
BusiCodeParamError = 1010 // 参数错误
|
||||
BusiCodeUnknown = -1 // 未知错误
|
||||
)
|
||||
@@ -35,8 +37,10 @@ var platformCodeDesc = map[int]string{
|
||||
var busiCodeDesc = map[int]string{
|
||||
BusiCodeSuccess: "查询成功",
|
||||
BusiCodeNotFound: "未查得",
|
||||
BusiCodeProductError: "产品编号异常",
|
||||
BusiCodeSignError: "签名异常",
|
||||
BusiCodeDataRequestError: "数据请求异常",
|
||||
BusiCodeServiceNotOpen: "服务尚未开通或已暂停使用",
|
||||
BusiCodeParamError: "参数错误",
|
||||
BusiCodeUnknown: "未知错误",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user