根据订单ID,码id,查询服务商,获得码的状态
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| biz_order_id | String | 可选 | 123 | 订单号 | |
| code_list | CodeList [] | 可选 |
|
需要查询的码状态列表 | |
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| biz_order_id | String | 123 | 订单号 |
| code_list | CodeList [] | 需要查询的码状态列表 | |
|
|||
| isv_success | Boolean | true | 成功 |
| isv_err_code | String | PARAM_ERROR | 错误码 |
| isv_err_msg | String | 参数错误 | 错误信息 |
{"biz_order_id":"123","code_list":[{"code_password":"123","code_id":"123","code_type":"1"}]}
{
"biz_order_id":"123",
"code_list":[
{
"code_password":"123",
"code_status":"2",
"code_id":"123",
"code_type":"1"
}
],
"isv_success":true,
"isv_err_code":"PARAM_ERROR",
"isv_err_msg":"参数错误"
}
{"isv_err_msg":"Illegal request","isv_success":"false","isv_err_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|