保誠-保戶業務員媒合平台
Tomas
2021-11-26 9209e46a91f6a255ddfb1dc1db3a02dd2b349663
PAMapp/assets/ts/api/consultant.ts
@@ -133,20 +133,23 @@
    gender:string,
    age:string,
    job:string,
    requirement:string,
    hopeContactTime:string[],
    otherRequirement:string,
    requirement    : string[],
    hopeContactTime: ContactTime[],
    agentNo:string,
}
export interface ContactTime {
  selectWeekOptions : string[],
  selectTimesOptions: string[]
}
export interface AppointmentParams {
    phone?: string,
    email?: string,
    phone          : string,
    email          : string,
    contactType: string,
    gender?: string,
    age?: string,
    job?: string,
    gender         : string,
    age            : string,
    job            : string,
    requirement: string,
    hopeContactTime?: string,
    hopeContactTime: string,
    agentNo: string
}
export interface StrictQueryParams{