国际火车票商家占座接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| agent_order_id | String | 可选 | 12fax | 订单号 | |
| async_key | String | 必须 | keyxx | 异步key |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | ResultSet | 响应结果 | |
|
{"async_key":"keyxx","agent_order_id":"12fax"}
{
"result":{
"module":{
"ticket_list":[
{
"ticket_price":100,
"to_station_code":"xxa",
"to_station_name":"米兰",
"from_station_code":"xxt",
"from_station_name":"柏林",
"ticket_id":"ticektId"
}
],
"ticket_price":100,
"payment_price":200,
"agent_order_id":"mx11030a",
"charge_fee":"100"
},
"err_msg":"系统异常",
"err_code":"sys-error",
"success":true
}
}
{"result":{"success":"false","err_msg":"Illegal request","err_code":"sign-check-failure"}}
| 错误码 | 错误描述 | 解决方案 |
|---|