From bbeff5a4963e2720df9f65946c94bee6ccccd54a Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Mon, 5 Jun 2023 13:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=83=E6=96=87=E6=A1=A3-=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E3=80=81=E5=9B=9E=E8=B0=83=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=9A=E6=9F=A5=E8=AF=A2=E6=96=87=E4=BB=B6=20=E5=8F=8A?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= 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 db652ae..ad1f6b7 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 @@ -72,7 +72,7 @@ public class WpsServiceImpl implements WpsService { @Value("${mconfig.wps.appid}") private String wpsAppId; - @Value("${mconfig.wps.url.appKey}") + @Value("${mconfig.wps.appKey}") private String wpsAppKey; @Value("${mconfig.wps.url.appTokenUrl}") private String wpsAppTokenUrl;