tao.zhou 3 anos atrás
pai
commit
f41fac9f4e

+ 1 - 1
AllPay_Integration_Specification_CH.md

@@ -74,7 +74,7 @@ signature: 1e0f24d39cdc8236d17a5f6f17672611
 | acqID         | String(11)   | M    | 收单行 ID,统一填写为"99020344" |
 | paymentSchema | String(10)   | M    | 渠道ID:[点击查看详情](paymentSchema.md) |
 | 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    | 商品明细。<br>格式:[{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],需Base64编码后上送。 |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss" |
 | merReserve    | String(1024) | O    | 商户预留内容,可传任意内容,如购买商品信息、员号等,但不要传特殊符号,如逗号等。 |
 | signType      | String(10)   | M    | MD5或SHA256 |

+ 2 - 2
AllPay_Integration_Specification_EN.md

@@ -74,8 +74,8 @@ This interface provides the function of purchase transaction for access merchant
 | acqID         | String(11)   | M    | "99020344"  |
 | paymentSchema | String(10)   | M    | Channel ID:[Click Here](paymentSchema.md) |
 | goodsInfo     | String(60)   | M    | Commodity information   |
-| detailInfo    | String(400)  | M    | Product details format: [{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}], which requires Base64 encoding of this field before signing and sending. |
-| transTime     | String(14)   | M    | Transaction time, format: "yyyyMMddHHmmss" |
+| detailInfo    | String(400)  | M    | Product details.<br>Format: [{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}], and required Base64 encoding before incoming. |
+| transTime     | String(14)   | M    | Transaction time. Format: "yyyyMMddHHmmss" |
 | merReserve    | String(1024) | O    | Merchant reserved content, can pass any content, such as purchase information, account number, etc., but do not pass special symbols, such as commas. |
 | signType      | String(10)   | M    | "MD5" or "SHA256" |
 | signature     | String(32)   | M    | MD5 or SHA256 signature |