保誠-保戶業務員媒合平台
wayne
2022-03-11 27d109b5792305d849f578627f98e1cb55a330f4
PAMapp/shared/services/appointment.service.ts
@@ -85,6 +85,11 @@
    return http.get(`/appointment/customer/expiring/newest`).then((res) => res.data);
  }
  // 顧問取得未處理預約單數量通知
  async getPendingAppointmentSum(): Promise<number> {
    return http.get(`/appointment/consultant/pending/sum`).then((res) => res.data)
  }
}
export default new AppointmentService();