\jd_vop\request\priceGetUnionBalance

8.1 查询余额 Request

Summary

Methods
Properties
Constants
__construct()
params()
doRequest()
$token
$pin
$type
No constants found
No protected methods found
$client
$uri
N/A
No private methods found
No private properties found
N/A

Properties

$token

$token : string

Type

string — 授权时获取的access token

$pin

$pin : string

Type

string — 京东PIN。必须是相同合同下的pin。

$type

$type : string

Type

string — 账户余额类型。 多选,可用英文逗号拼接。 参考枚举值如下: todo 修改枚举 1:账户余额。 2:金采余额。

$client

$client : 

Type

$uri

$uri : 

Type

Methods

__construct()

__construct(string  $token, string  $pin, string  $type) 

8.1 查询余额 Request

Parameters

string $token

授权时获取的access token

string $pin

京东PIN。必须是相同合同下的pin。

string $type

账户余额类型。 多选,可用英文逗号拼接。 参考枚举值如下: todo 修改枚举 1:账户余额。 2:金采余额。

params()

params() : array

Returns

array

doRequest()

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

Throws

\jd_vop\exception\NetWorkException

Returns

\Psr\Http\Message\ResponseInterface