\jd_vop\request\orderConfirmReceived

7.9 确认收货 Request

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
$token
$jdOrderId
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 — 京东的订单单号(下单返回的父订单号)

$client

$client : 

Type

$uri

$uri : string

Type

string

Methods

__construct()

__construct(string  $token, string  $jdOrderId) 

7.9 确认收货 Request

Parameters

string $token

access token

string $jdOrderId

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

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface