\jd_vop\request\productTotalCheckNew

Class TotalCheckNew

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,   $province,   $city,   $county,   $town,   $skuIds) 

4.15 商品可采校验接口 Request TotalCheckNew constructor.

Parameters

$token

String 授权时获取的access token

$province

String 一级地址编号

$city

String 二级地址编号

$county

String 三级地址编号

$town

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

$skuIds

String 商品编号

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface