错误码说明
| 返回码 | 错误信息 | 错误说明 |
|---|---|---|
| 100000 | system error | 系统内部错误 |
| 100001 | url encoding error | url 编码错误 |
| 100002 | data encrypt error | 数据加密错误 |
| 101100 | Invaild appsecret | 错误的appsecret |
| 101101 | Invaild Access Token | acccessToken错误,有可能是过期或短期内并发调用造成的 |
| 101102 | require ‘sign’ and ‘nonce’ param | 接口需要签名,必须传入sign和nonce参数 |
| 101103 | sign error | 数据签名错误,即传入sign与服务器计算结果不一致 |
| 101104 | Invaild nonce string | 传入的nonce值无效,nonce有效期为5分钟,且只能使用一次 |
| 101108 | Invaild Login Token | 错误的一次性登陆码 |
| 101400 | service not found | 服务不存在,一般是由于接口调用地址错误引起的 |
| 101403 | service invoke error | 服务调用失败 |
| 102101 | 服务调用次数达到上限 | |
| 102102 | 服务不存在 | |
| 102103 | 服务不可用或被冻结 | |
| 103201 | 服务不可用,服务可能进行了不兼容的版本升级,旧服务已经停止使用 | |
| 103202 | app被冻结,app出现违规操作,已经被系统暂时停用 | |
| 103205 | 服务调用地址不在白名单中。 | |
| 103206 | 未获得该服务权限 | |
| 201001 | Order inquiry max for up to 7 days. | 订单查询最多可达7天 |
| 201002 | Order query failed. | 订单查询失败 |
| 202101 | order list must not null | 订单id列表不能为空 |
| 201003 | Book fields is null: {0} | 下单入参字段为空:{0} |
| 201004 | ExamDate forMate fail | 下单日期格式错误 |
| 201005 | Require order query params | 订单查询条件缺失 |
| 201006 | Order book fail,reason:{0} | 下单失败,原因:{0} |
| 201007 | ExamPerson info need update | 请更新体检人的信息 |
| 201008 | Order book meal non-existent | 下单的套餐不存在 |
| 201009 | Order book examItemIds uncorrected | 下单单项列表数据错误 |
| 201010 | Order order price uncorrected | 下单的订单价格错误 |
| 201011 | Manager card is empty | 客户经理卡为空 |
| 201012 | balance not enough | 渠道保障金余额不足 |
| 201014 | OpenId can’t match user idCard | 体检人标识和身份证号不匹配 |
| 201015 | Order revoke fail,internal error | 撤销订单失败,系统异常 |
| 201016 | Order non-exists | 订单不存在 |
| 201017 | Order can’t revoke | 订单无法撤销,已经导出至体检中心 |
| 201018 | Order nums too long | 根据订单号查询订单,参数过长 |
| 201019 | Order change examDate fail, reason: {0} | 订单改期失败 |
| 202102 | 最多一次查询20条体检报告 | |
| 203103 | require param ‘openId’ | 缺少参数 ‘openId’ |
| 203105 | Invaild OpenId | 无效的openId |
| 204101 | Invaild App Info | 入参错误 |
| 204102 | startDate can not be after endDate | 开始时间必须小于结束时间 |
| 204103 | the number of mealIds size can not more than 50 | mealIds长度不能超过50 |
| 203103 | startDate can not be before today | 开始时间必须大于今天 |
| 203104 | can query the length of not more than ?days | 能够查询的天数不能够超过?天。eg.30天 |
| 203105 | The date of the inquiry can not exceed ?days | 结束日期不能够大于当前日期超过?天。eg.180天 |
| 203106 | channel default guest company is empty | 渠道默认散客单位为空 |
| 204102 | request param can not be null | 请求参数不能为空 |
文档更新时间: 2018-10-18 16:04