|
@@ -48,7 +48,7 @@ This field is a list of common fields, sending, every channel needs some channel
|
|
|
| transType | String(4) | M | “PURC” |
|
|
|
| orderNum | String(60) | M | Order number: it is defined by the merchant itself, and the order number must not be repeated for the same merchant number |
|
|
|
| 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" |
|
|
|
+| 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. |
|
|
@@ -74,7 +74,7 @@ This field is a list of common fields, sending, every channel needs some channel
|
|
|
| version | String(12) | M | "VER000000002" |
|
|
|
| charSet | String(6) | M | “UTF-8” |
|
|
|
| transType | String(4) | M | “PURC” |
|
|
|
-| orderNum | String(60) | M | 订单号 |
|
|
|
+| orderNum | String(60) | M | Order number |
|
|
|
| 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" |
|
|
|
| settAmount | String(12) | M | 100 is displayed as 100 or 100.00 |
|