授权  
售后列表售后列表
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_familyhas_api_ApiForAftermarketList
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
order_code String 1 订单号 非必填项,如果用户从订单详情进入,则需要传入订单号
asale_status String 0:处理中,1:已完成 售后单状态
page int 1 下一页
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
orderList AfterSale[] 退款/售后订单信息
resultMessage String 返回消息 返回的消息描述
countPage int 总页数
nowPage int 当前页数
ApiForAftermarketListResult$AfterSale
参数名称 类型 参数描述 备注
afterCode String 售后单号
afterStatus String 售后单状态
ifShowDetail String 是否显示售后详情 '0':不显示,'1':显示
orderCode String 订单编号
orderButtonList Button[] 订单支持的功能按钮
productList Product[] 每个订单的商品信息

String
参数名称 类型 参数描述 备注

ApiForAftermarketListResult$Product
参数名称 类型 参数描述 备注
sell_price String 商品单价
integral String 积分
proClassifyTag String 添加商品分类(LD商品,普通商品,跨境商品,跨境直邮,平台入驻,缤纷商品)标签字段
labelsList String[] 商品标签 LB160108100002:生鲜商品;LB160108100003:TV商品;LB160108100004:海外购商品
product_code String 商品编号
mainpic_url String 商品图片链接
product_name String 商品名称
lablesPic String 商品标签对应的图片地址
product_number String 商商品数量
StandardAndStyleList ApiSellerStandardAndStyleResult[] 规格/款式

ApiSellerStandardAndStyleResult
参数名称 类型 参数描述 备注
StandardAndStyleValue String 规格/款式value
StandardAndStyleKey String 规格/款式key

Button
参数名称 类型 参数描述 备注
buttonCode String 功能按钮对应的唯一标识
link String 小程序跳转连接地址
wxlink String 微信商城跳转连接地址
buttonTitle String 功能按钮上的文字
buttonStatus Integer 按钮状态 1:按钮展示and正常使用;2:按钮展示不可使用(不可点击);3:按钮不可用(不展示)