From 9bf0feae81ea41907dcf4e360da8a0c7b4d29a0a Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期日, 07 四月 2024 17:39:56 +0800
Subject: [PATCH] 1.新增crm自助预约接口

---
 phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java |    4 +++-
 1 files changed, 3 insertions(+), 1 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 0e898e7..3592769 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
@@ -27,5 +27,7 @@
     @PostMapping("/appointment/crm/self/project/list")
     Result projectList(@RequestBody UserDto dto);
 
-
+    /** 鑷姪棰勭害鏃堕棿 */
+    @PostMapping("/appointment/crm/self/getTime")
+    Result getTime(@RequestBody AppointmentAutoMateDto dto);
 }

--
Gitblit v1.8.0