保誠-保戶業務員媒合平台
Tomas
2022-03-24 83757a31e7b1593d2cce267061722c259c0d5800
PAMapp/shared/services/my-consultant.service.ts
@@ -16,6 +16,10 @@
    });
  }
  async getAllGroupByConsultant(): Promise<Consultant[]> {
    return http.get<Consultant[]>('/appointment/customer/get_all_group_by_consultant').then((res) => res.data);
  }
  private viewMyConsultantList(): void {
    http.post('/consultant/favorite/view');
  }