用于线路供应商下单
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| salesChannel | String | 必须 | web | 分销渠道 | |
| orderId | Number | 必须 | 13243 | 阿信订单id | |
| outProjectId | String | 必须 | 122343 | 外部团id | |
| totalFee | Number | 必须 | 100 | 订单总金额(单位分) | |
| adultCount | Number | 必须 | 1 | 成人数 | |
| childCount | Number | 必须 | 1 | 儿童数 | |
| contactName | String | 必须 | 张三 | 联系人名称 | |
| contactMobile | String | 必须 | 123243546 | 联系人手机号 | |
| touristList | TouristDTO [] | 可选 |
|
游客列表 | |
|
|||||
| productPriceList | ProductPriceDTO [] | 必须 |
|
产品价格明细 | |
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| data | Data | 数据模型 | |
|
|||
| success | Boolean | true | 服务调用是否成功 true-成功 false-失败 |
| errCode | String | 123 | 失败情况下错误码 |
| errMsg | String | 123ads | 失败情况下错误信息 |
{"contactMobile":"123243546","orderId":13243,"totalFee":100,"adultCount":1,"contactName":"张三","touristList":[{"certNo":"134345354","certType":3,"sex":"1","mobile":"123243546","name":"张三","validUntil":"2023-10-01","id":"324","type":1}],"outProjectId":"122343","childCount":1,"productPriceList":[{"salePrice":120,"promotionPrice":0,"price":100,"priceType":1,"priceName":"儿童"}],"salesChannel":"web"}
{
"data":{
"supplierOrderId":"12234",
"orderStatus":0
},
"success":true,
"errCode":"123",
"errMsg":"123ads"
}
{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|