|
@@ -107,6 +107,9 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
@Value("${wx.wepay.appsecret}")
|
|
|
private String appsecret;
|
|
|
|
|
|
+ @Value("${wx.wepay.notifyUrl}")
|
|
|
+ private String notifyUrl;
|
|
|
+
|
|
|
@Autowired
|
|
|
private RedisCache redisCache;
|
|
|
|
|
@@ -118,7 +121,6 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
|
|
|
private WXPayConstants.SignType signType;
|
|
|
|
|
|
- private String notifyUrl = "https://api.xyyxt.net/wx/pay/callback";
|
|
|
|
|
|
// private String notifyUrl = "http://42.192.164.187:19005/wx/pay/callback";
|
|
|
|