PAMapp/assets/ts/api/consultant.ts
@@ -57,6 +57,11 @@ export function appointmentDemand(data: AppointmentParams) { return service.post('/appointment/customer/create', data) } //顧問詳細資訊 export function getConsultantDetail(agentNo:string){ return service.get('/consultant/detail', {params:{agentNo:agentNo}}) } export interface Consultants { agentNo: string, name: string,