Browse Source

更新 'HTML5 Integration Specification.md'

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

+ 2 - 2
HTML5 Integration Specification.md

@@ -71,7 +71,7 @@ The merchant needs to provide an HTTP/HTTPS protocol interface that is included
 | 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                            |
@@ -85,7 +85,7 @@ The merchant needs to provide an HTTP/HTTPS protocol interface that is included
 | RespCode      | String(2)    | M        | 00 stands for success; 01 stands for fail.                   |
 | RespMsg       | String(20)   | M        | Response message, all English characters                     |
 | transTime     | String(14)   | M        | Transaction time, format :" yyymmddhhmmss"                   |
-| GWTime        | String(14)   | M        | YYYYMMDDHHMMSS this should be a GWtime, currently is local transaction time |
+| GWTime        | String(14)   | M        | YYYYMMDDHHMMSS this should be a GWtime, currently is local transaction time|
 | signType      | String(3)    | M        | MD5                                                          |
 | signature     | String(32)   | M        | MD5 signature                                                |