保誠-保戶業務員媒合平台
Mila
2022-01-21 1592d266eb7cea3a096c17d4ae3c0d01c679da7b
PAMapp/shared/services/reviews.service.ts
@@ -16,8 +16,8 @@
  }
  // 顧問主動發送滿意度通知
  sendSatisfactionToClient(appointmentId: number): void {
    http.post('/consultant/sendSatisfactionToClient/').then((res) => res);
  sendSatisfactionToClient(appointmentId: number) {
    return http.post(`/consultant/sendSatisfactionToClient/${appointmentId}`).then((res) => res);
  }
}