Hierarchy

  • getTourismInfoByOrderId

Properties

_id: string

订单id

contactInfo: {
    mobile: string;
    name: string;
}

订单联系人

Type declaration

  • mobile: string

    手机号

  • name: string

    姓名

itineraryInfo: {
    assemblyTime: number;
    departureTime: number;
    itineraryInfoNote: string;
    location: string;
    outboundSeatInfoDesc: string;
    returnSeatInfoDesc: string;
    seatNo: string[];
}

集合信息(废弃,兼容旧数据)

Type declaration

  • assemblyTime: number

    集合时间

  • departureTime: number

    出发时间

  • itineraryInfoNote: string

    行程单备注

  • location: string

    集合地点

  • outboundSeatInfoDesc: string

    去程座位信息

  • returnSeatInfoDesc: string

    回程座位信息

  • seatNo: string[]

    座位号

tourists: {
    _createTime: number;
    _updateTime: number;
    fillerUserId: string;
    gender: number;
    hasNotified: boolean;
    id: string;
    idCard: string;
    isSelf: number;
    isSmsSucceed: boolean;
    isVoiceSucceed: boolean;
    mobile: string;
    name: string;
    skuId: string;
    unionId: string;
}[]

出行人列表

Type declaration

  • _createTime: number

    创建时间

  • _updateTime: number

    更新时间

  • fillerUserId: string

    填写人Id

  • gender: number

    性别

  • hasNotified: boolean

    是否已通知

  • id: string

    出行人Id

  • idCard: string

    身份证号

  • isSelf: number

    是否本人

  • isSmsSucceed: boolean

    是否短信通知成功

  • isVoiceSucceed: boolean

    是否语音通知成功

  • mobile: string

    手机号

  • name: string

    姓名

  • skuId: string

    skuId

  • unionId: string

    unionId

travelFormReadList: string[]

行程单已读

Generated using TypeDoc