Parcourir la source

增加字段quantity

benson il y a 6 ans
Parent
commit
5491390be7
8 fichiers modifiés avec 12 ajouts et 4 suppressions
  1. 1 0
      docs/android/purc.md
  2. 3 2
      docs/h5/purc.md
  3. 1 0
      docs/ios/purc.md
  4. 1 0
      docs/pc/purc.md
  5. 2 1
      docs/zh/android/purc.md
  6. 2 1
      docs/zh/h5/purc.md
  7. 1 0
      docs/zh/ios/purc.md
  8. 1 0
      docs/zh/pc/purc.md

+ 1 - 0
docs/android/purc.md

@@ -33,6 +33,7 @@
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
 | goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| quantity      | String(10)   | M    | 商品数量                                                     |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |

+ 3 - 2
docs/h5/purc.md

@@ -19,12 +19,13 @@ Merchant could use purchase interface to initiate a transaction, send transactio
 | orderAmount   | String(12)   | M        | Order amount: if 100 yuan, it will be 100 or 100.00          |
 | orderCurrency | String(3)    | M        | Currency of the order: ISO standard, such as RMB filling in "CNY", us dollar filling in "USD" |
 | frontURL      | String(400)  | M        | When the payment is complete, jump to the address            |
-| backURL       | String(400)  | M        | Payment results are asynchronously notified to this address                                    |
-| 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.   |
+| backURL       | String(400)  | M        | Payment results are asynchronously notified to this address  |
+| 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        | UnionPay:"UP",Wechat:"WX,Alipay:"APMP"                       |
 | goodsInfo     | String(60)   | M        | Goods Information                                            |
+| quantity      | String(10)   | M        | Quantity of goods                                            |
 | transTime     | String(14)   | M        | Transaction time, format :" yyymmddhhmmss"                   |
 | signType      | String(3)    | M        | MD5                                                          |
 | signature     | String(32)   | M        | MD5 signature                                                |

+ 1 - 0
docs/ios/purc.md

@@ -33,6 +33,7 @@
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
 | goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| quantity      | String(10)   | M    | Quantity of goods                                            |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |

+ 1 - 0
docs/pc/purc.md

@@ -29,6 +29,7 @@ This field is a list of common fields, sending, every channel needs some channel
 | acqID         | String(11)   | M        | "99020344"                                                   |
 | paymentSchema | String(10)   | M        | Channel code:[Click Here](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
 | goodsInfo     | String(60)   | M        | Goods Information                                            |
+| quantity      | String(10)   | M        | Quantity of goods                                            |
 | transTime     | String(14)   | M        | Transaction time, format :" yyymmddhhmmss"                   |
 | signType      | String(3)    | M        | MD5                                                          |
 | signature     | String(32)   | M        | MD5 signature                                                |

+ 2 - 1
docs/zh/android/purc.md

@@ -32,7 +32,8 @@
 | merID         | String(15)   | M    | 商户 ID,由AllPay 分配                                       |
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
-| goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| goodsInfo     | String(60)   | M    | 商品名称                                                     |
+| quantity      | String(10)   | M    | 商品数量                                                     |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |

+ 2 - 1
docs/zh/h5/purc.md

@@ -22,7 +22,8 @@
 | merID         | String(15)   | M    | 商户 ID,由AllPay 分配                                       |
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:微信:WX, 支付报"APMP",银联 "UP"                   |
-| goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| goodsInfo     | String(60)   | M    | 商品名称                                                     |
+| quantity      | String(10)   | M    | 商品数量                                                     |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |

+ 1 - 0
docs/zh/ios/purc.md

@@ -33,6 +33,7 @@
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
 | goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| quantity      | String(10)   | M    | 商品数量                                                     |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |

+ 1 - 0
docs/zh/pc/purc.md

@@ -29,6 +29,7 @@
 | acqID         | String(11)   | M    | 收单行 ID "99020344"                                         |
 | paymentSchema | String(10)   | M    | 渠道代码:[点击查看详情](https://git.allpayx.com/OpenAPI/b2c_pc_payment/src/master/paymentSchema.md) |
 | goodsInfo     | String(60)   | M    | 商品信息                                                     |
+| quantity      | String(10)   | M    | 商品数量                                                     |
 | transTime     | String(14)   | M    | 交易时间,格式:"yyyyMMddHHmmss"                               |
 | signType      | String(3)    | M    | MD5                                                          |
 | signature     | String(32)   | M    | 采用 MD5 签名                                                |