名称:接送机用户详情

接口:/merchant/meeting/userGivePlainShow

请求方式:post

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

说明

1.此方法需要登录

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "id": 7, //主键
        "name": "zhangsna ", //姓名
        "mobile": "111111", //手机号码
        "is_need": 1, //是否需要 1需要
        "is_need_str": "是", //格式化后的字符串
        "give_type": 1, //接送机类型 1 接2 送
        "give_type_str": "接", //接送机的格式化后的字符串
        "city_code": "310100", //城市code
        "city": "上海市", //城市名字
        "province_code": "310000", //省份code
        "province": "上海市", //身份
        "plain_id": 624, //飞机或者火车的主键id
        "type": 1, //1 火车2飞机
        "type_str": "火车", //格式化的类型字符窜
        "give_plain_location": "上海西站", //火车 / 机场
        "give_plain_time": 11111, //接送机时间 (时间错)
        "give_plain_times": "g112222", //车次
        "remark": "g112222", //备注
        "create_time": "2020-09-25 15:11" //注册/ 提交时间
    }
}

results matching ""

    No results matching ""