申请退款
开发中POST
/refund/apply请求参数
Body 参数application/json
type
integer
必需
退款类型 1:单个 2:批量
refund_type
integer
必需
退款方式:1:退款 2:退款退货
num
integer
商品件数(单个时)
ids
string
必需
退款产品(1,2,3,4)
refund_message
string
退款原因
mark
string
备注
refund_price
string
退款金额
pics
array[string]
凭证
示例
{
"type": 0,
"refund_type": 0,
"num": 0,
"ids": "string",
"refund_message": "string",
"mark": "string",
"refund_price": "string",
"pics": [
"string"
]
}
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
null
最后修改时间: 2 年前