|
@@ -56,7 +56,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 | Commodity information, displayed on the payment page |
|
|
|
-| detailInfo | String(400) | M | Commodity breakdown format: [{"goods_name":"iPhone X","quantity":"2"},{"goods_name":"iPhone 8","quantity":"4"}],The field needs to be signed and uploaded after Base64 |
|
|
|
+| 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" |
|
|
|
| signType | String(3) | M | MD5 |
|
|
|
| signature | String(32) | M | MD5 signature |
|