Browse Source

支付接口添加/epayment/payment路径

tao.zhou 4 months ago
parent
commit
e9658c1131
2 changed files with 2 additions and 2 deletions
  1. 1 1
      PC_Web_Integration_Specification_CH.md
  2. 1 1
      PC_Web_Integration_Specification_EN.md

+ 1 - 1
PC_Web_Integration_Specification_CH.md

@@ -29,7 +29,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实现快速、安全
 
 | 接口名称     | 测试地址                                  | 生产地址                              |
 | ------------ | ----------------------------------------- | ------------------------------------- |
-| 消费接口     | <https://testapi.allpayx.com/pay>          | <https://api.allpayx.com/pay>        |
+| 消费接口     | <https://testapi.allpayx.com/pay><br>or <https://testapi.allpayx.com/epayment/payment> | <https://api.allpayx.com/pay><br>or <https://api.allpayx.com/epayment/payment> |
 | 交易查询接口 | <https://testapi.allpayx.com/pay>         | <https://api.allpayx.com/pay>         |
 | 退款接口     | <https://testapi.allpayx.com/refund>      | <https://api.allpayx.com/refund>      |
 | 退款查询接口 | <https://testapi.allpayx.com/refundquery> | <https://api.allpayx.com/refundquery> |

+ 1 - 1
PC_Web_Integration_Specification_EN.md

@@ -29,7 +29,7 @@ Common interface includes notification, asynchronous notification of transaction
 
 | Interface Name | Test URL                                  | Production URL                        |
 | -------------- | ----------------------------------------- | ------------------------------------- |
-| Purchase       | <https://testapi.allpayx.com/pay>         | <https://api.allpayx.com/pay>         |
+| Purchase       | <https://testapi.allpayx.com/pay><br>or <https://testapi.allpayx.com/epayment/payment> | <https://api.allpayx.com/pay><br>or <https://api.allpayx.com/epayment/payment> |
 | Inquiry        | <https://testapi.allpayx.com/pay>         | <https://api.allpayx.com/pay>         |
 | Refund         | <https://testapi.allpayx.com/refund>      | <https://api.allpayx.com/refund>      |
 | Refund inquiry | <https://testapi.allpayx.com/refundquery> | <https://api.allpayx.com/refundquery> |