|
|
@@ -109,8 +109,8 @@ public class WeChatPaymentMininProgramStrategyImpl implements PaymentStrategy {
|
|
|
/**
|
|
|
* 微信支付预支付通知路径
|
|
|
*/
|
|
|
-// @Value("${payment.wechatPay.business.miniProgram.prePayNotifyUrl:https://www.weixin.qq.com/wxpay/pay.php}")
|
|
|
- private String prePayNotifyUrl = "https://frp-way.com:12473/aliendining/payment/weChatMininNotify";
|
|
|
+ @Value("${payment.wechatPay.business.miniProgram.prePayNotifyUrl:https://frp-way.com:12473/aliendining/payment/weChatMininNotify}")
|
|
|
+ private String prePayNotifyUrl;
|
|
|
/**
|
|
|
* 微信支付退款通知路径
|
|
|
*/
|