傅行帆 5 年 前
コミット
09843fd190
共有3 個のファイルを変更した18 個の追加3 個の削除を含む
  1. 6
    1
      src/main/resources/application-green.yml
  2. 6
    1
      src/main/resources/application-prod-blue.yml
  3. 6
    1
      src/main/resources/application-prod-green.yml

+ 6
- 1
src/main/resources/application-green.yml ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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/