文档
测试

提交退货申请

POST
/mobile/api/order/info/refund

接口描述

张俭

请求头

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

请求参数

参数名
类型
描述
必填
orderId
int
订单id(必填)
必填
refundReason
string
退货原因(必填)
必填
orderProductId
string
订单产品id(必填 ,位置与退货数量对应, 多个用,分割)
必填
refundDesc
string
退货描述
必填
refundTip
string
退款说明
必填
refundImgs
string
凭证(已发货退款选填填多个,分割)
必填
refundNums
string
退货数量(位置与订单产品id对应, 多个用,分割)
必填
refundType
int
1:未发货退款 2:已发货退款(必填)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:400
必填
message
string
示例:商品1商品正在退货中,请不要重复申请
必填
data
object
示例:null
必填

说明 / 示例

![image.png](https://cos.easydoc.net/78939267/files/kfmbd1rw.png)