Browse Source

支付宝回调

xiongzhu 4 years ago
parent
commit
5f765f3e98
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yaml

+ 2 - 2
src/main/resources/application.yaml

@@ -103,7 +103,7 @@ mychain:
 #  appCertPath: classpath:cert/appCertPublicKey_2021002120645023.crt
 #  appCertPath: classpath:cert/appCertPublicKey_2021002120645023.crt
 #  aliPubCertPath: classpath:cert/alipayCertPublicKey_RSA2.crt
 #  aliPubCertPath: classpath:cert/alipayCertPublicKey_RSA2.crt
 #  rootCertPath: classpath:cert/alipayRootCert.crt
 #  rootCertPath: classpath:cert/alipayRootCert.crt
-#  notifyUrl: http://9th.izouma.com/notify/alipay
+#  notifyUrl: http://9th.izouma.com/notify/order/alipay
 #  returnUrl: http://9th.izouma.com/9th/orders
 #  returnUrl: http://9th.izouma.com/9th/orders
 alipay:
 alipay:
   app-id: 2021002186606637
   app-id: 2021002186606637
@@ -115,7 +115,7 @@ alipay:
   appCertPath: classpath:cert/appCertPublicKey_2021002120645023.crt
   appCertPath: classpath:cert/appCertPublicKey_2021002120645023.crt
   aliPubCertPath: classpath:cert/alipayCertPublicKey_RSA2.crt
   aliPubCertPath: classpath:cert/alipayCertPublicKey_RSA2.crt
   rootCertPath: classpath:cert/alipayRootCert.crt
   rootCertPath: classpath:cert/alipayRootCert.crt
-  notifyUrl: http://9th.izouma.com/notify/alipay
+  notifyUrl: http://9th.izouma.com/notify/order/alipay
   returnUrl: http://9th.izouma.com/9th/orders
   returnUrl: http://9th.izouma.com/9th/orders
 ---
 ---