\jd_vopAfterSale

Class AfterSale

Summary

Methods
Properties
Constants
__construct()
Req()
GetGoodsAttributes()
CreateAfsApply()
No public properties found
No constants found
No protected methods found
$client_id
$username
$password_md5
$client_secret
N/A
No private methods found
No private properties found
N/A

Properties

$client_id

$client_id : 

Type

$username

$username : 

Type

$password_md5

$password_md5 : 

Type

$client_secret

$client_secret : 

Type

Methods

__construct()

__construct(  $client_id,   $username,   $password_md5,   $client_secret) 

Parameters

$client_id
$username
$password_md5
$client_secret

Req()

Req(\jd_vop\request\Request  $request, string  $response) : \jd_vop\response\Response

统一请求封装

Parameters

\jd_vop\request\Request $request

Request 对象 继承自request\Request

string $response

response 接收对象 实现 response\Response 接口

Throws

\jd_vop\exception\BizException
\jd_vop\exception\DataException
\jd_vop\exception\NetWorkException

Returns

\jd_vop\response\Response

GetGoodsAttributes()

GetGoodsAttributes(  $token,   $orderId,   $customerPin,   $wareIds) : mixed

9.1 查询商品售后属性

Parameters

$token

string 授权token

$orderId

string 订单号,子订单号

$customerPin

string PIN码,非必填,该字段用于验证操作人权限。如果传入账号,则账号必须为订单下单人;如果不传入,则默认可操作主数据合同下所有的订单

$wareIds

string 商品编码,多个用英文逗号隔开

Throws

\jd_vop\exception\BizException
\jd_vop\exception\DataException
\jd_vop\exception\NetWorkException

Returns

mixed

CreateAfsApply()

CreateAfsApply()