文档
测试

退款申请

POST
http://{{url}}/api/me/refund

请求头

参数名
类型
描述
必填
token
string
示例:b1888dfd-3a3a-4c9a-a97c-e66ea05eaa21
必填

请求参数

参数名
类型
描述
必填
order_id
string
示例:
必填
reason
string
示例:不想要了
必填
note
string
示例:不需要了
必填
phone
string
示例:13383847890
必填
images
string
示例:/uploads/20211208/2eeecbcc6168b00e69e53ee327ad6b45.png
必填
type
string
退款类型:0=未发货直接退款,1=已发货仅退款,2=已发货退货退款
必填
price
string
退款金额 仅退款的时候需要
必填
goods_status
string
货物状态 仅退款的时候需要 1=未收到货,2=已收到货
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:信息有误!
必填
time
string
示例:1686134237
必填
data
object
示例:null
必填