Browse Source

更新 'PC_Web_Integration_Specification.md'

tao.zhou 6 years ago
parent
commit
9820a61619
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PC_Web_Integration_Specification.md

+ 2 - 2
PC_Web_Integration_Specification.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>         | <https://api.allpayx.com/pay>         |
 | 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> |
@@ -115,7 +115,7 @@ This field is a list of common fields, sending, every channel needs some channel
 | ------------- | ---------- | -------- | ------------------------------------------------------------ |
 | version       | String(12) | M        | "VER000000002"                                               |
 | charSet       | String(6)  | M        | “UTF-8”                                                      |
-| transType     | String(4)  | M        | “INQY”                                                       |
+| transType     | String(4)  | M        | “PURC”                                                       |
 | orderNum      | String(60) | M        | Original trade order number                                  |
 | transID       | String(32) | M        | The unique transaction id generated by the gateway.          |
 | merID         | String(15) | M        | Merchant ID, assigned by AllPay                              |