PAMapp/shared/services/my-consultant.service.ts
@@ -24,6 +24,11 @@ return http.get('/consultant/detail', {params:{agentNo:agentNo}}).then((res) => res.data); } // 移除顧問 async deleteConsultant(agentId: string) { return http.delete(`/consultant/favorite/${agentId}`); } } export default new MyConsultantService();