‘linchangsheng’ 2 tuần trước cách đây
mục cha
commit
d2b71ead3b

+ 2 - 2
src/main/resources/bootstrap-dev.properties

@@ -8,11 +8,11 @@
 
 
 #支付回调地址
-wechat.payment.notifyUrl=http://121.43.111.127:10004/pay/payCall
+wechat.payment.notifyUrl=https://jiasm.zfire.top/mallMini/pay/payCall
 #退款回调地址
 wechat.payment.refundNotifyUrl=
 #云闪付支付回调地址
-ums.payment.notifyUrl=http://121.43.111.127:10004/pay/ums/payCall
+ums.payment.notifyUrl=https://jiasm.zfire.top/mallMini/pay/ums/payCall
 
 #常规设置
 server.port =11004

+ 3 - 3
src/main/resources/bootstrap-test.properties

@@ -6,13 +6,13 @@
 
 #mybatis-plus.configuration.log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
-
+https://jiasm.zfire.top/mallMini/pay/payCall
 #支付回调地址
-wechat.payment.notifyUrl=http://121.43.111.127:10004/pay/payCall
+wechat.payment.notifyUrl=https://jiasm.zfire.top/mallMini/pay/payCall
 #退款回调地址
 wechat.payment.refundNotifyUrl=
 #云闪付支付回调地址
-ums.payment.notifyUrl=http://121.43.111.127:10004/pay/ums/payCall
+ums.payment.notifyUrl=https://jiasm.zfire.top/mallMini/pay/payCall
 
 #常规设置
 server.port =11004