steam外部创单,进行履约
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| steamId | Number | 可选 | 0 | steamid | |
| orders | Orders [] | 可选 |
|
批量创单列表 | |
|
|||||
| userId | String | 可选 | 123 | 影子用户 ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| bizErrorData | String | {} | Error data,when bizErrorCode is not equals to 0,maybe this property will have a value |
| data | Data [] | Business data | |
|
|||
| bizErrorMsg | String | Error message | Error message |
| success | Boolean | true | Is request successful |
| bizErrorCode | Number | 0 | Error code |
{"steamId":0,"orders":[{"buyPrice":"0","orderPromotion":[{"promotionType":"0","promotionId":"xxx"}],"productId":0,"outTradeNo":"123"}],"userId":"123"}
{
"bizErrorData":"{}",
"data":[
{
"orderId":0,
"status":"1",
"outTradeNo":"0",
"bizErrorCode":0
}
],
"bizErrorMsg":"Error message",
"success":true,
"bizErrorCode":0
}
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| isp.http-read-timeout |