名称:我的接送机详情
接口:/index/meeting/myPlainInfo
请求方式:post
参数名 |
类型 |
必填 |
说明 |
示例 |
meetid |
int |
Y |
会议id |
18 |
id |
int |
Y |
主键id可以为0 |
18 |
返回示例
{
"code": 200,
"message": "success",
"result": {
"is_expire": false,
"join_data": {
"id": 9,
"meetid": "568",
"plain_id": 0,
"city_code": "市区号",
"area_code": "县区号",
"province_code": "省区号",
"remark": "接机",
"give_plain_location": "北京站",
"give_plain_times": "G1",
"give_plain_time_str": "2020-10-13 14:39:13",
"type": 1,
"is_need": 1
},
"send_data": {
"id": 8,
"meetid": "568",
"plain_id": 364,
"give_plain_time": 1602571199,
"remark": "送机",
"give_plain_location": "北京首都国际机场2号航站楼",
"give_plain_times": "h222",
"give_plain_time_str": "2020-10-13 14:39:59",
"type": 2,
"is_need": 1
},
"identity": {
"name": "高晗",
"mobile": "15659995443"
}
}
}