‘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