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); } }