Browse Source

更新 'HTML5 Integration Specification.md'

tao.zhou 6 years ago
parent
commit
ea145fc185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HTML5 Integration Specification.md

+ 1 - 1
HTML5 Integration Specification.md

@@ -57,7 +57,7 @@ This field is a list of common fields, sending, every channel needs some channel
 | merReserve    | String(1024) | M        | Merchant reserved content, can pass any content, such as purchase information, account number, etc., but do not pass special symbols, such as commas. |
 | merID         | String(15)   | M        | Merchant ID, assigned by AllPay                              |
 | acqID         | String(11)   | M        | "99020344"                                                   |
-| paymentSchema | String(10)   | M        | For WeChat that will be “WX”   For UnionPay, that will be “UP”,For Alipay, that will be “APMP”; |
+| paymentSchema | String(10)   | M        | For WeChat, that will be “WX”. For UnionPay, that will be “UP”. For Alipay, that will be “APMP”; |
 | goodsInfo     | String(60)   | M        | Commodity information, displayed on the payment page         |
 | detailInfo    | String(400)  | M        | Product details format: [{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}], which requires base-64 encoding of this field before signing and sending. |
 | transTime     | String(14)   | M        | Transaction time, format :" yyymmddhhmmss"                   |