From a0c2b350f56cd4a8bdc6891420253a13677aff87 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期一, 08 四月 2024 15:35:59 +0800
Subject: [PATCH] 1.修改自助预约接口

---
 phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java b/phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java
index 3592769..b323cf2 100644
--- a/phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java
+++ b/phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java
@@ -19,8 +19,8 @@
     @PostMapping("/appointment/crm/self/page/data")
     Result pageData(@RequestBody UserDto dto);
 
-    /** 鐢ㄦ埛鑷姪棰勭害鍒楄〃 */
-    @PostMapping("/appointment/crm/self/self/list")
+    /** 鐢ㄦ埛棰勭害鍒楄〃 */
+    @PostMapping("/appointment/crm/self/list")
     Result selfList(@RequestBody UserDto dto);
 
     /** 鐢ㄦ埛鑷姪棰勭害椤圭洰 */
@@ -30,4 +30,8 @@
     /** 鑷姪棰勭害鏃堕棿 */
     @PostMapping("/appointment/crm/self/getTime")
     Result getTime(@RequestBody AppointmentAutoMateDto dto);
+
+    /** 鑾峰彇涓�鍛ㄥ唴鍖荤敓鎺掔彮 */
+    @PostMapping("/appointment/crm/self/get/doctor/time")
+    Result getDoctorTime(@RequestBody AppointmentAutoMateDto dto);
 }

--
Gitblit v1.8.0