保誠-保戶業務員媒合平台
PAMapp/assets/ts/api/consultant.ts
@@ -204,8 +204,8 @@
    /** 用於帶入otp認證時 */
    indexKey: string,
    /** Otp是否有成功發送 */
    success: boolean,
    failCode: string,
    success   : boolean,
    failCode  : string,
    failReason: string,
}
@@ -219,29 +219,29 @@
}
export interface RegisterInfo {
    phone?: string,
    email?: string,
    phone?  : string,
    email?  : string,
    indexKey: string,
    otpCode: string,
    name: string,
    otpCode : string,
    name    : string,
    /** "SMS":Otp發送手機,"EMAIL":Otp發email */
    contactType: string
}
export interface UserReviewsConsultantsParams{
    appointmentId:number,
    score:number,
    appointmentId: number,
    score        : number,
}
export interface editAppointmentParams {
    id: number,
    phone: string,
    email: string,
    contactType: string,
    gender: string,
    age: string,
    job: string,
    requirement: string,
    hopeContactTime: string,
    id              : number,
    phone           : string,
    email           : string,
    contactType     : string,
    gender          : string,
    age             : string,
    job             : string,
    requirement     : string,
    hopeContactTime : string,
    otherRequirement: null
}