Browse Source

更新 '移动端H5页面支付接入规范文档.md'

tao.zhou 6 years ago
parent
commit
bd09d04a95
1 changed files with 4 additions and 8 deletions
  1. 4 8
      移动端H5页面支付接入规范文档.md

+ 4 - 8
移动端H5页面支付接入规范文档.md

@@ -59,7 +59,7 @@ AllPay为基于移动H5页面支付集成云端SDK,以帮助客户实现快速
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:支付宝 "APMP", 微信 “WX”,银联 “UP“                |
 | goodsInfo     | String(60)   | M    | 商品信息,在支付页面上显示                                    |
-| detailInfo    | String(400)  | M    | 商品明细 格式: [{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],需对该字段base64后签名上送 |
+| detailInfo    | String(400)  | M    | 商品明细格式:[{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],需对该字段进行base-64编码后签名上送 |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |
@@ -241,13 +241,9 @@ AllPay为基于移动H5页面支付集成云端SDK,以帮助客户实现快速
 
 ##### 5.1 APMP渠道
 
- 消费接口专属字段
-
-- 请求报文
-
-  | Parameter | Type       | Required | Description                                                  | Sample                                 |
-  | --------- | ---------- | -------- | ------------------------------------------------------------ | -------------------------------------- |
-  | timeout   | String(10) | O        | The default is 12h. Please contact Alipay Technical Support if you need to use other values. Max value is 15d. This parameter controls the valid time from login to completion. | 5m 10m 15m 30m 1h 2h 3h 5h 10h 12h 1d. |
+| Parameter | Type         | Required | Description | Sample |
+| ---- | ------------ | ---- | ---- | -------- |
+| timeout    | String(10) | O   | The default is 12h. Please contact Alipay Technical Support if you need to use other values. Max value is 15d. This parameter controls the valid time from login to completion. | 5m 10m 15m 30m 1h 2h 3h 5h 10h 12h 1d     |
 
 ####