liujc 1 year ago
parent
commit
1328728ac1

+ 2 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/PaymentMerchantConfigServiceImpl.java

@@ -48,6 +48,8 @@ public class PaymentMerchantConfigServiceImpl extends ServiceImpl<PaymentMerchan
             adapayPayConfig.setRefundNotifyUrl(properties.getRefundNotifyUrl());
             adapayPayConfig.setKeyPublic(config.getRsaPublicKey());
             adapayPayConfig.setKeyPrivate(config.getRsaPrivateKey());
+            adapayPayConfig.setWxAppId(config.getWxAppId());
+            adapayPayConfig.setWxAppSecret(config.getWxAppSecret());
             adapayPayConfig.setSupportCreditCards(properties.getSupportCreditCards());
             AdapayPaymentServicePlugin plugin = null;
             try {