__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:金采余额。
doRequest() doRequest() : \Psr\Http\Message\ResponseInterface Throws \jd_vop\exception\NetWorkException Returns \Psr\Http\Message\ResponseInterface