名称:行程更新/添加
接口:/index/meeting/choiceJourney
请求方式:post
| 参数名 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| meetid | int | Y | 会议id | 18 |
| id | int | Y | 主键id | 18 |
| train_type | int | Y | 1去2回 | 1 |
| type | int | Y | 1火车2飞机 | 1 |
| is_need | int | Y | 1需要0不需要 | 1 |
| city_code | str | Y | 城市区号 | 1234 |
| depart_time | int | Y | 时间 | 1234 |
| name | str | Y | 姓名 | zhangsna |
| mobile | str | Y | 手机号码 | 17611112222 |
| identity | str | Y | 身份证 | 12312312312312 |
返回示例
{
"code": 200,
"message": "success",
"result": []
}