‘linchangsheng’ 2 周之前
父節點
當前提交
d2b71ead3b
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/main/resources/bootstrap-dev.properties
  2. 3 3
      src/main/resources/bootstrap-test.properties

+ 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