$nation_id
$nation_id : string
3.6 地址详情转换京东地址编码 Result
__construct( $nation_id, $nation, $province_id, $province, $city_id, $city, $county_id, $county, $town_id, $town)
3.6 地址详情转换京东地址编码 Result
| $nation_id | string 国家ID |
|
| $nation | string 国家名称 |
|
| $province_id | int 一级地址ID |
|
| $province | string 一级地址名称 |
|
| $city_id | int 二级地址ID |
|
| $city | string 二级地址名称 |
|
| $county_id | int 三级地址ID |
|
| $county | string 三级地址名称 |
|
| $town_id | int 四级地址ID |
|
| $town | string 四级地址名称 |