benson hace 4 años
padre
commit
0c4ad6baca
Se han modificado 1 ficheros con 7 adiciones y 6 borrados
  1. 7 6
      payExclusive_CH.md

+ 7 - 6
payExclusive_CH.md

@@ -321,10 +321,11 @@ cvv:123
 | 参数         | 类型   | 属性 | 描述                                                         |
 | ------------ | ------ | ---- | ------------------------------------------------------------ |
 | tradeFrom    | String | M    | "H5"                                                         |
-| showShipAddr | String | M    | "1":显示账单填写表单, "0":不显示账单填写表单                 |
-| shipAddr     | String | O    | base64_encode(json_encode(str))
-举例
-{"first_name":"","last_name":"","street":"address_line1","house_number":"address_line2","address_city":"new york","address_state":"new york","country_id":"us","address_zip":"10022","phone_num":"13512345678","email_address":"dd@126.com"}|
+| showShipAddr | String | M    | "1":显示账单填写表单, "0":不显示账单填写表单               |
+| shipAddr     | String | M    | base64_encode(json_encode(str) ) 举例{"first_name":"","last_name":"","street":"address_line1","house_number":"address_line2","address_city":"new york","address_state":"new york","country_id":"us","address_zip":"10022","phone_num":"13512345678","email_address":"dd@126.com"} |
+| email        | String | M    | 用户email                                                    |
+| shipping     | String | M    | 收件地址: base64_encode(json_encode(str))举例<br/>{"first_name":"dsgerg","last_name":"eererger","phone":"13460259928","line1":"address_line1","line2":"address_line2","city":"new york","state":"new york","country_code":"us","postal_code":"10022"} |
+
 
 ```javascript
 测试卡:
@@ -515,8 +516,8 @@ CVV2: 123
 | 参数  | 类型   | 属性 | 描述                                              |
 | ----- | ------ | ---- | ------------------------------------------------- |
 | phone | String | M    | Consumer phone number without hyphens, country code or other characters (single-byte alphanumeric; must be between 10-11 digits) |
-| email | String | M    | RFC compliant email address of the account holder|  
-| iteminfo | String | M    | Information about the item(s) being purchased, displayed on the payment page (up to 22 characters) |          
+| email | String | M    | RFC compliant email address of the account holder|
+| iteminfo | String | M    | Information about the item(s) being purchased, displayed on the payment page (up to 22 characters) |
 
 ### 14 India_Netbanking渠道