文档
测试

换货退货商品列表

GET
/mobile/api/order/info/orderproduct

接口描述

张俭

请求头

参数名
类型
描述
必填
token
string
必填

请求参数

参数名
类型
描述
必填
orderProductId
int
订单产品信息id(必填)
必填
orderId
int
订单id(选填,填了查所有订单产品信息)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
array
(只填orderProductId返回的数据)
必填
orderProductId
int
订单产品信息id
必填
productPrices
int
产品单价
必填
productNum
int
数量
必填
orderId
int
订单id
必填
productInfo
object
产品信息
必填
productId
int
id
必填
productImg
string
封面图
必填
productName
string
商品名称
必填
productSkuNatures
array
sku
必填
skuNatureId
int
id
必填
natureName
string
属性名
必填
valueDesc
string
属性值
必填
data
array
(两个参数都填返回的参数)
必填
orderProductId
int
订单产品信息id
必填
productPrices
int
产品单价
必填
productNum
int
数量
必填
orderId
int
订单id
必填
productInfo
object
产品信息
必填
productId
int
id
必填
productImg
string
封面图
必填
productName
string
商品名称
必填
productSkuNatures
array
sku
必填
skuNatureId
int
id
必填
natureName
string
属性名
必填
valueDesc
string
属性值
必填
type
int
1:勾选0:不勾选
必填