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);