From ff8eda3b2a686821976c1242890a9efcbeded78e Mon Sep 17 00:00:00 2001 From: "tanfengling@x-ri.com" <123456> Date: Sun, 19 Oct 2025 16:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B3=9B=E5=BE=AE=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=B1=BB=E3=80=91=E4=BF=AE=E6=94=B9=E6=B3=9B?= =?UTF-8?q?=E5=BE=AE=E4=B8=BB=E5=9C=B0=E5=9D=80?= 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, 1 insertion(+), 2 deletions(-) diff --git a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java index 525e0db..aea60d3 100644 --- a/lc123/cloud/app/plugin/utils/FWRestfulUtils.java +++ b/lc123/cloud/app/plugin/utils/FWRestfulUtils.java @@ -206,11 +206,10 @@ public class FWRestfulUtils { String currentDate = getCurrentDate(); //当前时间 String currentTime = getCurrentTime(); - //封装请求头参数 RSA rsa = new RSA(null,spk); //对用户信息进行加密传输,暂仅支持传输OA用户ID - String encryptUserid = rsa.encryptBase64("363", CharsetUtil.CHARSET_UTF_8, KeyType.PublicKey); + String encryptUserid = rsa.encryptBase64("304", CharsetUtil.CHARSET_UTF_8, KeyType.PublicKey); DynamicObject pushlog = BusinessDataServiceHelper.newDynamicObject("tqq9_fwpushlog"); pushlog.set("name", requestName);