保誠-保戶業務員媒合平台
wayne
2022-02-17 4394e4248455637ab7836756058ac872fdf4af10
PAMapp/shared/services/query-consultant.service.ts
@@ -29,7 +29,7 @@
  // 預約前詢問
  async appointmentDemand(data: AppointmentParams) {
    return http.post('/appointment/customer/create', data);
    return http.post('/appointment/customer/create', data).then((res) => res.data);
  }
}