\jd_vop\response\areaGetJDAddressFromAddress

3.6 地址详情转换京东地址编码 Result

Summary

Methods
Properties
Constants
__construct()
parse()
$nation_id
$nation
$province_id
$province
$city_id
$city
$county_id
$county
$town_id
$town
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$nation_id

$nation_id : string

Type

string — 国家ID

$nation

$nation : string

Type

string — 国家名称

$province_id

$province_id : integer

Type

integer — 一级地址ID

$province

$province : string

Type

string — 一级地址名称

$city_id

$city_id : integer

Type

integer — 二级地址ID

$city

$city : string

Type

string — 二级地址名称

$county_id

$county_id : integer

Type

integer — 三级地址ID

$county

$county : string

Type

string — 三级地址名称

$town_id

$town_id : integer

Type

integer — 四级地址ID

$town

$town : string

Type

string — 四级地址名称

Methods

__construct()

__construct(  $nation_id,   $nation,   $province_id,   $province,   $city_id,   $city,   $county_id,   $county,   $town_id,   $town) 

3.6 地址详情转换京东地址编码 Result

Parameters

$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 四级地址名称

parse()

parse(  $result) : static

Parameters

$result

Returns

static