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 1/2] =?UTF-8?q?=E3=80=90=E6=B3=9B=E5=BE=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E3=80=91=E5=8D=95=E6=8D=AE=E4=BF=A1=E6=81=AF=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=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; From e4131b404b4188628aa4b451ce93232522c9379a Mon Sep 17 00:00:00 2001 From: "tanfengling@x-ri.com" <123456> Date: Thu, 6 Nov 2025 13:59:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E6=B3=9B=E5=BE=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E3=80=91=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/plugin/utils/FWRestfulUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java index b94fcf9..72257f1 100644 --- a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java +++ b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java @@ -23,7 +23,6 @@ import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.client.HttpClients; import org.apache.http.message.BasicNameValuePair; import org.apache.http.util.EntityUtils; -import org.jetbrains.annotations.Nullable; import java.math.BigInteger; import java.security.MessageDigest;