From 39c69c2ff3612eb49ee8f5bfe5ecda2ef4d4b3e4 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 27 Sep 2025 09:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B9=E7=94=A8=E6=8E=A8=E9=80=81=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E8=B0=83=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/push/service/impl/IwsCostPushServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java index 20864037..634f9351 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java @@ -915,7 +915,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { String url = "http://10.138.55.113:8036/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://10.138.55.105:8097/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://192.168.1.121:8036/micro-server/zzaqgjf/syncSafetyTool"; - String data = HttpHelper.sendHttpPost(url, body); + String data = HttpHelper.sendHttpPostPushCost(url, body); JSONObject object = JSONObject.parseObject(data); System.err.println(data); @@ -1020,7 +1020,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { String url = "http://10.138.55.113:8036/micro-server/consumetool/syncConsumeTool"; // String url = "http://10.138.55.105:8097/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://192.168.1.121:8036/micro-server/zzaqgjf/syncSafetyTool"; - String data = HttpHelper.sendHttpPost(url, body); + String data = HttpHelper.sendHttpPostPushCost(url, body); JSONObject object = JSONObject.parseObject(data); System.err.println(data);