名称:我的行程

接口:/index/meeting/myJourney

请求方式:post

参数名 类型 必填 说明 示例
meetid int Y 会议id 18

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "is_expire": false,//false代表过期
        "go_data": { //去
            "id": 3,//如果is_need为false 下面值可能为空 所以列表不展示,但是会有一个去添加,把id传过去
            "depart_city": "北京市", //出发地
            "train_type": 1, //1去2回
            "back_city": "北京", //目的地
            "train_number": "", //车次
            "draw_status": 1, //1代表出票中2代表出票成功0出票失败
            "back_train_name": 1, //回来的火车站名字
            "go_train_name": 1, //去的火车站名字
            "train_time_str": "2020-10-13 15:28", //管理端选择的火车出发时间
            "depart_time_str": "2020-10-13 15:28", //用户选择的时间
            "type": 1,//1火车2飞机
            "is_need": true //根据该值确定列表是否显示
        },
        "back_data": { //回
            "id": 4,
             "train_type": 2, //1去2回
            "depart_city": "北京",
            "back_city": "太原市",
            "train_number": "",
            "draw_status": 1,
            "back_train_name": 1, //回来的火车站名字
            "go_train_name": 1, //去的火车站名字
            "train_time_str": "2020-10-13 15:28", //管理端选择的火车出发时间
            "depart_time_str": "2020-10-13 15:28", //用户选择的时间            "type": 2,
            "is_need": true
        }
    }
}

results matching ""

    No results matching ""