Browse Source

Merge branch 'master' of https://git.allpayx.com/OpenAPI/common

benson 3 years ago
parent
commit
e36e6f21e3
2 changed files with 4 additions and 2 deletions
  1. 2 0
      AllPay_Integration_Specification_CH.md
  2. 2 2
      payExclusive_EN.md

+ 2 - 0
AllPay_Integration_Specification_CH.md

@@ -75,6 +75,8 @@ signature: 1e0f24d39cdc8236d17a5f6f17672611
 | detailInfo    | String(400)  | M    | 商品明细。格式:[{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],需对该参数进行Base64编码后签名上送。 |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss" |
 | merReserve    | String(1024) | O    | 商户预留内容,可传任意内容,如购买商品信息、员号等,但不要传特殊符号,如逗号等。 |
+| storeId    | String(1024) | O    | 门店id,可选字段 |
+| storeName    | String(1024) | O    | 门店名称,可选字段 |
 | signType      | String(10)   | M    | MD5或SHA256 |
 | signature     | String(32)   | M    | 采用 MD5或SHA256 签名 |
 

+ 2 - 2
payExclusive_EN.md

@@ -113,7 +113,7 @@ After getting tn, call the SDK to pay according to APP document.
 
 #### 2.4 QR code no jump mode
 
- This mode returns the URL value of WeChat payment collection for parameter return, ask the merchant to convert it into QR code, generate the front interface of payment, and prompt the user to scan the code to pay.
+ This mode returns the URL value of Alipay collection for parameter return, ask the merchant to convert it into QR code, generate the front interface of payment, and prompt the user to scan the code to pay.
 
  Purchase interface specific fields
 
@@ -177,7 +177,7 @@ After getting tn, call the SDK to pay according to APP document.
 
 #### 3.3 QR code no jump mode
 
- This mode returns the URL value of WeChat payment collection for parameter return, ask the merchant to convert it into QR code, generate the front interface of payment, and prompt the user to scan the code to pay.
+ This mode returns the URL value of UnionPay collection for parameter return, ask the merchant to convert it into QR code, generate the front interface of payment, and prompt the user to scan the code to pay.
 
  Purchase interface specific fields