From e05f762bc8bd7e93db954a748bf15dd2dcb4b0d9 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 19 十一月 2021 18:07:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/assets/ts/api/consultant.ts | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts index eaef4a5..ff47e80 100644 --- a/PAMapp/assets/ts/api/consultant.ts +++ b/PAMapp/assets/ts/api/consultant.ts @@ -120,16 +120,25 @@ status: string } +export interface AppointmentRequests { + connectDevices: any[], + hopeContactTime: any, + email?: string, + job?: string, + otherJob?: string, + gender?: string, + myQuestion: any[], + age?: 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, - otherRequirement: string, + hopeContactTime?: string, agentNo: string } export interface StrictQueryParams{ -- Gitblit v1.8.0