\jd_vop\request\orderCancel

7.6 取消未确认订单 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 : integer

Type

integer — 京东的订单单号(父订单号)

$client

$client : 

Type

$uri

$uri : 

Type

Methods

__construct()

__construct(  $token,   $jdOrderId) 

7.6 取消未确认订单 Request

Parameters

$token

string access token

$jdOrderId

int 京东的订单单号(父订单号)

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface