From b1e7cd2cd782b12291887fb1bd839e0783e1d6da Mon Sep 17 00:00:00 2001 From: Dell Well <36149947+Crow0687@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:16:49 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20#3664:=20=E3=80=90=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E3=80=91=E4=BF=AE=E5=A4=8D=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=88=86=E8=AE=A2=E5=8D=95=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E2=80=9C=E5=95=86=E6=88=B7=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BD=BF=E7=94=A8=E6=AD=A4=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E2=80=9D=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../binarywang/wxpay/service/impl/PayScoreServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java index 249cfa3f5..ee92c6611 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java @@ -230,7 +230,7 @@ public class PayScoreServiceImpl implements PayScoreService { if(Strings.isNullOrEmpty(request.getAppid())){ request.setAppid(config.getAppId()); } - if(Strings.isNullOrEmpty(config.getServiceId())){ + if(Strings.isNullOrEmpty(request.getServiceId())){ request.setServiceId(config.getServiceId()); } request.setOutOrderNo(null);