Browse Source

feat : 商城小程序支付参数调试修改

bilingfeng 2 years ago
parent
commit
0754f5f8c7

+ 1 - 1
game-module/game-sdk/src/main/java/com/zanxiang/sdk/service/Impl/PayApplicationServiceImpl.java

@@ -55,7 +55,7 @@ public class PayApplicationServiceImpl extends ServiceImpl<PayApplicationMapper,
     /**
     /**
      * 微信回调接口
      * 微信回调接口
      */
      */
-    @Value("${payConfig.wx.notifyUrl}")
+    @Value("${payConfig.wx.returnUrl}")
     private String notifyUrl;
     private String notifyUrl;
 
 
     @Override
     @Override