傅行帆 5 gadus atpakaļ
vecāks
revīzija
09843fd190

+ 6
- 1
src/main/resources/application-green.yml Parādīt failu

@@ -71,4 +71,9 @@ sms:
71 71
     sign: 营销云
72 72
 
73 73
   visitor:
74
-    code: "0501"
74
+    code: "0501"
75
+
76
+# 支付回调
77
+pay-notify: https://dev.pawoma.cn/api/notify/
78
+#退款回调
79
+pay-refund: https://dev.pawoma.cn/api/refund/

+ 6
- 1
src/main/resources/application-prod-blue.yml Parādīt failu

@@ -76,4 +76,9 @@ sms:
76 76
 #日志配置
77 77
 logging:
78 78
   config: classpath:log/logback-spring.xml
79
-  debug: true
79
+  debug: true
80
+
81
+# 支付回调
82
+pay-notify: https://lt.pawoma.cn/api/notify/
83
+#退款回调
84
+pay-refund: https://lt.pawoma.cn/api/refund/

+ 6
- 1
src/main/resources/application-prod-green.yml Parādīt failu

@@ -76,4 +76,9 @@ sms:
76 76
 #日志配置
77 77
 logging:
78 78
   config: classpath:log/logback-spring.xml
79
-  debug: true
79
+  debug: true
80
+
81
+# 支付回调
82
+pay-notify: https://lt.pawoma.cn/api/notify/
83
+#退款回调
84
+pay-refund: https://lt.pawoma.cn/api/refund/