傅行帆 5 years ago
parent
commit
09843fd190

+ 6
- 1
src/main/resources/application-green.yml View File

71
     sign: 营销云
71
     sign: 营销云
72
 
72
 
73
   visitor:
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 View File

76
 #日志配置
76
 #日志配置
77
 logging:
77
 logging:
78
   config: classpath:log/logback-spring.xml
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 View File

76
 #日志配置
76
 #日志配置
77
 logging:
77
 logging:
78
   config: classpath:log/logback-spring.xml
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/