数字服务供应链平台下单
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
orderId | String | 必须 | CN2017111110200001 | 订单号 | |
accountNum | String | 必须 | 888033387 | 充值账号 | |
productId | String | 必须 | 1110000111000 | 虚拟供应链平台的商品ID | |
price | String | 必须 | 98.0 | 价格 | |
extendParams | ExtendParams [] | 可选 |
|
扩展数据集 | |
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
response | Response | 返回结果 | |
|
{"extendParams":[{"name":"密码","value":"123","key":"password"}],"accountNum":"888033387","productId":"1110000111000","orderId":"CN2017111110200001","price":"98.0"}
{ "response":{ "resultCode":"00000", "resultMsg":"成功" } }
{"response":{"resultCode":"sign-check-failure","resultMsg":"Illegal request"}}
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-connection-timeout | HTTP请求超时 | 请求重试 |
response-body-parse-error | 数据解析错误 | 联系小二同学查看 |