\jd_vop\request\productGetDetail

Class GetDetail

Summary

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

4.3 查询商品详情 Request

Parameters

$token

string 授权token

$sku

string 商品编号(仅支持单个查询)

$queryExts

GetDetailQueryExt

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface