\jd_vop\request\orderOrderTrack

7.8 查询配送信息 Request

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
$token
$jdOrderId
$waybillCode
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

$jdOrderId

$jdOrderId : string

Type

string — 京东的订单单号(下单返回的父订单号)

$waybillCode

$waybillCode : integer

Type

integer — 是否返回订单的配送信息。0不返回配送信息。1,返回配送信息。 只支持最近2个月的配送信息查询。

$client

$client : 

Type

$uri

$uri : string

Type

string

Methods

__construct()

__construct(string  $token, string  $jdOrderId, integer  $waybillCode) 

7.8 查询配送信息 Request

Parameters

string $token

access token

string $jdOrderId

京东的订单单号(下单返回的父订单号)

integer $waybillCode

是否返回订单的配送信息

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface