\jd_vop\request\orderBatchConfirmReceived

7.16 批量确认收货接口 Request

Summary

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

$jdOrderIds

$jdOrderIds : string

Type

string — 京东子单号,请以,(英文逗号)分割。 例如:129408,129409 (最高支持50个订单)

$client

$client : 

Type

$uri

$uri : 

Type

Methods

__construct()

__construct(string  $token, string  $jdOrderIds) 

7.16 批量确认收货接口 Request

Parameters

string $token

access token

string $jdOrderIds

京东子单号,请以,(英文逗号)分割。 例如:129408,129409 (最高支持50个订单)

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface