$client_id
$client_id :
Class AfterSale
Req(\jd_vop\request\Request $request, string $response) : \jd_vop\response\Response
统一请求封装
\jd_vop\request\Request | $request | Request 对象 继承自request\Request |
string | $response | response 接收对象 实现 response\Response 接口 |
GetGoodsAttributes( $token, $orderId, $customerPin, $wareIds) : mixed
9.1 查询商品售后属性
$token | string 授权token |
|
$orderId | string 订单号,子订单号 |
|
$customerPin | string PIN码,非必填,该字段用于验证操作人权限。如果传入账号,则账号必须为订单下单人;如果不传入,则默认可操作主数据合同下所有的订单 |
|
$wareIds | string 商品编码,多个用英文逗号隔开 |