\jd_vop\request\orderGetPromiseTips

7.16 查询配送预计送达时间 Request

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
$token
$skuId
$num
$province
$city
$county
$town
No constants found
No protected methods found
$client
$uri
N/A
No private methods found
No private properties found
N/A

Properties

$token

$token : string

Type

string — access token

$skuId

$skuId : string

Type

string — 商品编号

$num

$num : string

Type

string — 数量

$province

$province : integer

Type

integer — 一级地址id

$city

$city : integer

Type

integer — 二级地址id

$county

$county : integer

Type

integer — 三级地址id

$town

$town : integer

Type

integer — 四级地址id

$client

$client : 

Type

$uri

$uri : string

Type

string

Methods

__construct()

__construct(  $token, string  $skuId, string  $num,   $province,   $city,   $county,   $town) 

7.16 查询配送预计送达时间 Request

Parameters

$token

string access token

string $skuId

商品编号

string $num

数量

$province

int 一级地址id

$city

int 二级地址id

$county

int 三级地址id

$town

int 四级地址id

params()

params() : array

Returns

array

doRequest()

doRequest() : \Psr\Http\Message\ResponseInterface

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface