\jd_vop\request\productGetSkuGift

Class GetSkuGift

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
No public properties found
No constants found
No protected methods found
$client
$uri
$token
$skuIds
$province
$city
$county
$town
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 — 授权时获取的access token

$skuIds

$skuIds : String

Type

String — 商品编号

$province

$province : String

Type

String — 一级地址编号

$city

$city : String

Type

String — 二级地址编号

$county

$county : String

Type

String — 三级地址编号

$town

$town : String

Type

String — 四级地址编号(有则必传,没有默认是 0 )

Methods

__construct()

__construct(  $token,   $skuIds,   $province,   $city,   $county,   $town) 

4.8 查询赠品信息 Request GetSkuGift constructor.

Parameters

$token

string 授权token

$skuIds

string 商品编号,支持批量,以’,’分隔 (最高支持100个商品)

$province

string 一级分类

$city

string 二级地址编号

$county

string 三级地址编号

$town

string 四级地址编号(如果该地区有四级地址,则必须传递四级地址,没有四级地址则传0)

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface