From 475e1863046adc99ff410ca6b5380f783837e3eb Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 09 一月 2024 13:34:08 +0800
Subject: [PATCH] 执法事件统计精度
---
ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java | 6 +++---
1 files changed, 3 insertions(+), 3 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..d51487c 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
@@ -12,7 +12,7 @@
* @author: AI
* @date: 2022-09-28 15:40
**/
-@FeignClient(url = "http://10.53.139.176:81/api", name = "cityApi")
+@FeignClient(url = "https://zhzf.zfj.lishui.gov.cn/api", name = "cityApi")
public interface CityPlatformService {
/**
@@ -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