名称:接送机用户列表
接口:/merchant/meeting/givePlainUsersList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
page | int | Y | 页码数** | 18 |
paginate | int | Y | 页宽 | 1 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 1,
"last_page": 1,
"data": [
{
"id": 7,
"name": "zhangsna ",
"mobile": "111111",
"is_need": "是",
"give_type": "接",
"type": "火车",
"give_plain_location": "上海西站",
"give_plain_time": "1970-01-01",
"give_plain_times": "g112222",
"create_time": "2020-09-25 15:11"
}
]
}
}