From 078cdb2b41d1dec47e2d981c2d2e618d12beddb4 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 26 十二月 2024 09:43:23 +0800
Subject: [PATCH] feat(顧問登入): 串接 otp 發送/驗證 api

---
 PAMapp/shared/models/appointment.model.ts |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/PAMapp/shared/models/appointment.model.ts b/PAMapp/shared/models/appointment.model.ts
index 4342486..3d6f5ad 100644
--- a/PAMapp/shared/models/appointment.model.ts
+++ b/PAMapp/shared/models/appointment.model.ts
@@ -40,7 +40,7 @@
   phone                : string;
   requirement          : string;
   satisfactionScore    : number;
-  consultantMode       : string;
+  consultationMethod   : string;
 };
 
 export interface AppointmentClosedInfo {
@@ -98,6 +98,7 @@
   job            : string;
   phone          : string;
   requirement    : string;
+  consultationMethod: string;
 }
 
 export interface EditAppointmentParams {
@@ -111,6 +112,7 @@
   otherRequirement: null;
   phone           : string;
   requirement     : string;
+  consultationMethod: string;
 }
 
 export interface AppointmentRequests {
@@ -124,7 +126,7 @@
   job            : string;
   phone          : string;
   requirement    : string[];
-  consultantMode : string;
+  consultationMethod : string;
 }
 export interface ContactTime {
   selectTimesOptions: string[];

--
Gitblit v1.8.0