\jd_vop\request\productSkuState

Class SkuState

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$sku
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

$sku

$sku : string

Type

string — 商品编号,支持批量,以“,”(半角)分隔

Methods

__construct()

__construct(  $token,   $sku) 

4.5 查询商品 上下架状态 Request

Parameters

$token

string 授权token

$sku

string 商品编号,支持批量,以“,”(半角)分隔

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface