简要描述:
- 获取退款列表接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-02-29 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | int | 页码 |
pagesize | 是 | int | 条数 |
get_order_type | 是 | string | buy=获取买家的订单,sale=获取卖家的订单 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": [
{
"pay_status": 6,
"cover": "http://bxl.com/uploads/service/2020-02-24/5e539c7d7c31f.jpg",
"title": "IT服务",
"price": "8000.00",
"num": 2,
"id": 9,
"user_remark": "拍错了/信息有误/重新下单",
"merchant_remark": ""
},
{
"pay_status": 7,
"cover": "http://bxl.com/uploads/service/2020-02-24/5e539c7d7c31f.jpg",
"title": "IT服务",
"price": "8000.00",
"num": 2,
"id": 8,
"user_remark": "拍错了/信息有误/重新下单",
"merchant_remark": ""
},
{
"pay_status": 8,
"cover": "http://bxl.com/uploads/service/2020-02-24/5e539c7d7c31f.jpg",
"title": "IT服务",
"price": "8000.00",
"num": 2,
"id": 7,
"user_remark": "拍错了/信息有误/重新下单",
"merchant_remark": ""
}
]
}
错误时返回:
{
"status": 0,
"msg": "token过期"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
pay_status | int | 支付状态 6=退款中 7=退款成功 8=退款关闭/取消退款 9=退款不通过 |
cover | string | 服务封面 |
title | string | 服务标题 |
price | string | 总价格 |
num | int | 数量 |
id | int | 退款订单id |
user_remark | string | 用户退款原因 |
merchant_remark | string | 商家备注 |
备注:
pay_status==6 退款中
按钮:撤销申请pay_status==7 退款成功
按钮:无pay_status==8 退款关闭/取消退款
按钮:无pay_status==9 退款不通过
按钮:无
作者:admin 创建时间:2020-02-29 14:38
更新时间:2025-03-14 18:21
更新时间:2025-03-14 18:21