37. 我的-申请售后
开发中POST
/refund/goods请求参数
Header 参数
Access-Token
string
必需
示例值:
1741f74aed758a688515f72572dc8e37
platform
string
必需
示例值:
H5
Body 参数application/json
orderGoodsId
string
必需
form
object
必需
images
array[string]
必需
type
integer
必需
content
string
必需
示例
{
"orderGoodsId": "10033",
"form": {
"images": [
"10309"
],
"type": 10,
"content": "手机坏了, 我要退款"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
必需
message
string
必需
data
array[string]
必需
示例
{
"message": "当前商品已申请售后",
"status": 200,
"data": []
}
最后修改时间: 2 年前