提交换货申请
POST
mobile/api/order/info/change
接口描述
张俭
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
productSkuId
string
换货的sku(多个以,隔开,位置和订单商品id对应)(必填)
必填
orderProductId
string
订单商品id(多个以,隔开,位置和换货的sku对应)(必填)
必填
changeReason
string
换货原因(必填)
必填
orderId
int
订单id(必填)
必填
changeDesc
string
换货描述
必填
refundImgs
string
凭证(多个以,隔开)
必填
addressId
int
用户收货地址id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
string
示例:提交成功
必填