升级springboot版本为2.4.8,微信支付通知地址修改
This commit is contained in:
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.6</version>
|
||||
<version>2.4.8</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
@ -125,8 +125,7 @@ public class WeixinPayService {
|
||||
orderRequest.setOutTradeNo(orderId);
|
||||
orderRequest.setTotalFee(payPrice);
|
||||
orderRequest.setSpbillCreateIp(IpUtil.getLocalIP());
|
||||
// orderRequest.setNotifyUrl(this.getApiUrl() + "/api/wechat/notify");
|
||||
orderRequest.setNotifyUrl("http://www.itxzz.top/api/wechat/notify");
|
||||
orderRequest.setNotifyUrl(this.getApiUrl() + "/api/wechat/notify");
|
||||
orderRequest.setBody(body);
|
||||
orderRequest.setAttach(attach);
|
||||
|
||||
|
Reference in New Issue
Block a user