Browse Source

更新文档

benson 5 years ago
parent
commit
f2008989b6

BIN
Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/bensonzhang.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
README.md

@@ -59,6 +59,7 @@ AllPay 为基于移动端 APP 支付的客户提供接入插件(下文简称“S
 | 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    | 商品信息                                                     |
+| 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 签名                                                |