From 8f707a7679a9a2840782b1085175a059aa42e6af Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Wed, 10 Jan 2024 10:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=89=93=E5=8D=B0wps?= =?UTF-8?q?=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java index 010084f..99569d7 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java @@ -922,7 +922,7 @@ public class WpsServiceImpl implements WpsService { System.out.println(value); } - String val = RSA.encrypt("1740185231086813184_100001_20240110101259",wpsService.kswpublicKey); + String val = RSA.encrypt("1740185231086813184_100001_20240112101259",wpsService.kswpublicKey); System.out.println(val); WpsClientInVo2 vo2 = wpsService.getKSWpsUrlDecrypt2(val,"开标记录表");