\jd_vop\request\productQuerySkuByPage

Class QuerySkuByPage

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$pageNum
$pageSize
$offset
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$uri

$uri : string

Type

string — 接口地址

$token

$token : string

Type

string — 授权token

$pageNum

$pageNum : integer

Type

integer — 商品池编码 当前页数

$pageSize

$pageSize : integer

Type

integer — 当前页显示条数

$offset

$offset : integer

Type

integer — 偏移量

Methods

__construct()

__construct(  $token,   $pageNum,   $pageSize,   $offset) 

4.2 查询池内商品编号 Request

Parameters

$token

string 授权token

$pageNum

int 商品池编码 当前页数

$pageSize

int 当前页显示条数

$offset

int 偏移量

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface