文档
测试

退款列表

POST
/shopmini/wap/refundlist.html

请求参数

参数名
类型
描述
必填
uid
int
用户id
必填

响应参数

参数名
类型
描述
必填
whether
0待审核1退款成功2退款失败
必填
imgurl
图片路径
必填
title
商品名称
必填
price
退款金额
必填
content
退款说明
必填

说明 / 示例

{ "data": [ { "id": "11", "refund_type": "0", "order_sn": "65", "tel": null, "content": "edfertgret54t4", "addtime": "1606357597", "uid": "52", "price": "15.00", "is_true": "0", "endtime": null, "remarks": null, "whether": "0", "img": null, "cover": "213", "title": "测试产品请忽删除", "imgurl": "/uploads/0/images/20201125/20201125150235_1453_original.png" } ], "status": 0 }