费用推送统一调登录

This commit is contained in:
hongchao 2025-09-27 09:58:12 +08:00
parent dc26bfbc5e
commit 39c69c2ff3
1 changed files with 2 additions and 2 deletions

View File

@ -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.113:8036/micro-server/zzaqgjf/syncSafetyTool";
// String url = "http://10.138.55.105:8097/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 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); JSONObject object = JSONObject.parseObject(data);
System.err.println(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.113:8036/micro-server/consumetool/syncConsumeTool";
// String url = "http://10.138.55.105:8097/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 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); JSONObject object = JSONObject.parseObject(data);
System.err.println(data); System.err.println(data);