拼友行程列表

拼友行程列表 1\. 拼友行程列表接口 --- **1\. 拼友行程列表** ###### 接口功能 > 拼友行程列表 ###### URL > [http://api.uuuda.com/friend/seek](http://api.uuuda.com/friend/seek) ###### 支持格式 > JSON ###### HTTP请求方式 > POST ###### 请求参数 > |参数|必选|类型|说明| |:----- |:-------|:-----|----- | |token |ture |string|用户身份码 | |type |true |int |拼友列表类型 1.乘客拼友 2.车主拼友| ###### 返回字段 > |返回字段|字段类型|说明 | |:----- |:------|:----------------------------- | |errno |int |返回结果状态。0:正常;1:错误。 | |msg |string |提示文案 | |data |string |返回内容 | |reqid |string |请求的唯一编号 | ###### 返回结果 ```json 成功:{ "errno": 200, "msg": "成功", "data": [ { "id": "166350", "userId": "53518", "tripNo": "T2020051216353897495298", "name": null, "departTime": "1589331600", "stations": "[{\"name\":\"悠乐汇E座\",\"address\":\"望京园601号\",\"location\":\"116.478783,39.989856\",\"pname\":\"北京市\",\"cityname\":\"北京市\",\"adname\":\"朝阳区\",\"businessArea\":\"望京\"},{\"name\":\"怀柔汽车站\",\"address\":\"县府前东街2号\",\"location\":\"116.647025,40.316526\",\"pname\":\"北京市\",\"cityname\":\"北京市\",\"adname\":\"怀柔区\",\"businessArea\":\"泉河\"}]", "seatNum": "2", "passengerNum": "0", "price": "15.00", "remark": "66", "pickupRange": "1", "status": "1", "amapIds": "", "imGroupId": null, "cTime": "2020-05-12 16:35:38", "finishTime": "0000-00-00 00:00:00", "groupId": "", "isStart": "0", "isStop": "0", "startAdname": "北京市区", "endAdname": "怀柔区", "startRegion": "", "endRegion": "", "isShare": "0", "viaStations": "", "type": "1", "autoAccept": "0", "isNotice": "0", "startTrueAdname": "朝阳区", "endTrueAdname": "怀柔区", "friendsAccept": "1", "terminalId": "0", "serviceId": "95078" } ], "reqid": "a741c481554634cac79f8c38286cbfa6" } 失败:{ "errno": 500, "msg": "系统错误", "data": null, "reqid": "97f9a1cf6dc155f36ff1e542c497a043" }