$client_id
$client_id :
Req(\jd_vop\request\Request $request, string $response) : \jd_vop\response\Response
统一请求封装
\jd_vop\request\Request | $request | Request 对象 继承自request\Request |
string | $response | response 接收对象 实现 response\Response 接口 |
CheckArea( $token, $province_id, $city_id, $county_id, $town_id)
3.5 验证地址有效性
$token | string access token |
|
$province_id | int 一级地址ID |
|
$city_id | int 二级地址id |
|
$county_id | int 三级地址id |
|
$town_id | int 四级地址ID 若三级地址下无四级地址传0 |