\jd_vop\request\orderCheckCompleteOrder

7.15 查询完成订单列表 Request

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
$token
$date
$pageNo
$pageSize
$jdOrderIdIndex
$endDate
No constants found
No protected methods found
$uri
$client
N/A
No private methods found
No private properties found
N/A

Properties

$token

$token : string

Type

string — access token

$date

$date : string

Type

string — 查询日期,格式2018-11-7(不包含当天)

$pageNo

$pageNo : integer

Type

integer — 页码,默认1

$pageSize

$pageSize : integer

Type

integer — 页大小取值范围[1,100],默认20

$jdOrderIdIndex

$jdOrderIdIndex : integer

Type

integer — 最小订单号索引游标,为解决大于1W条订单无法查询问题。 注意事项:该字段和pageNo互斥,订单数小于1W可以用pageNo分页的方式来查询,订单数大于1W则需要使用索引游标的方式来读取数据。 使用方式:第一次查询无需传入该字段,返回订单信息后(第一次记录订单总条数);第二次查询将第一次查询结果中最小的订单号传入,查询返回结果中不包含传入的订单号;递归这个流程,直到接口返回无数据为止,订单查询完毕,核对本地订单数和第一次接口返回的订单数目是否一致。 如果使用本字段:订单号必须大于1

$endDate

$endDate : string

Type

string — 结束日期,格式2018-11-7。主要用于查询时间段内,跟date配合使用。

$uri

$uri : string

Type

string

$client

$client : 

Type

Methods

__construct()

__construct() 

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface