From c9cd83755ed8994036b259ad907eae6c914e4a35 Mon Sep 17 00:00:00 2001 From: "tanfengling@x-ri.com" <123456> Date: Thu, 6 Nov 2025 13:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B3=9B=E5=BE=AE=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E3=80=91=E5=8D=95=E6=8D=AE=E4=BF=A1=E6=81=AF=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/plugin/utils/FWRestfulUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java index f5eb4fd..b94fcf9 100644 --- a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java +++ b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java @@ -89,7 +89,7 @@ public class FWRestfulUtils { System.out.println("===请求参数dataparam==="+dataParam); //restful接口url - String url = FW_Main_URL + ourl; + String url = FW_Main_URL + ourl;//http://180.166.208.42:8043/ Map params = new HashMap<>(); params.put("data",dataParam); @@ -130,6 +130,7 @@ public class FWRestfulUtils { if (response != null && response.getEntity() != null) { //返回信息 String resulString = EntityUtils.toString(response.getEntity()); + pushlog.set("tqq9_returnstring_tag", resulString); System.out.println("成功"+ resulString); OperationServiceHelper.executeOperate("save", "tqq9_fwpushlog", new DynamicObject[]{pushlog}, OperateOption.create()); return resulString;