历史行程邀请接单
历史行程邀请接单
1\. 历史行程邀请接单接口
---
**1\. 历史行程邀请接单**
###### 接口功能
> 历史行程邀请接单
###### URL
> [http://api.uuuda.com/invitation/history-invitation](http://api.uuuda.com/invitation/history-invitation)
###### 支持格式
> JSON
###### HTTP请求方式
> POST
###### 请求参数
> |参数|必选|类型|说明|
|:----- |:-------|:-----|----- |
|token |ture |string|用户身份码 |
|tripNo |true |string|下单对应的行程No|
|tripId |true |int|下单对应的行程ID|
|passengerNum |true |int|座位数|
|stations |true |string|起始点信息|
|getonDetail |true |string|上车地点|
|getoffDetail |true |string|下车地点|
|lng |true |string|起点经纬度坐标|
|lat |true |string|起点经纬度坐标|
###### 返回字段
> |返回字段|字段类型|说明 |
|:----- |:------|:----------------------------- |
|errno |int |返回结果状态。0:正常;1:错误。 |
|msg |string |提示文案 |
|data |string |返回内容 |
|reqid |string |请求的唯一编号 |
###### 返回结果
```json
成功:{
"errno": 200,
"msg": "邀请成功",
"data": [],
"reqid": "b0493aab33ac779df927a8b06c6a3a70"
}
失败:{
"errno": 500,
"msg": "系统错误",
"data": null,
"reqid": "97f9a1cf6dc155f36ff1e542c497a043"
}