From 7e99e8b8f37ee8825b80bdf6b94b21766d105a97 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期一, 10 十月 2022 10:03:50 +0800
Subject: [PATCH] 店铺管理查询 车辆管理详情

---
 ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java b/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java
index 3923a42..0271955 100644
--- a/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java
+++ b/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java
@@ -24,7 +24,7 @@
      * @date 2022-09-28 16:12
      */
     @PostMapping("/unauthorized/external/event/add")
-    ResultResponseDto<EventAddResponseDto> addEvent(EventAddParamDto paramDto);
+    String addEvent(EventAddParamDto paramDto);
 
     /**
      * 浜嬩欢璇︽儏
@@ -35,7 +35,7 @@
      * @date 2022-09-28 16:12
      */
     @PostMapping("/unauthorized/external/event/process")
-    ResultResponseDto<EventProcessResponseDto> getEventProcess(EventProcessParamDto paramDto);
+    String getEventProcess(EventProcessParamDto paramDto);
 
 
 }

--
Gitblit v1.8.0