🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
##退款\退款退货原因列表 /** *退款\退款退货原因列表 * @http_method get */ +++ get:/Admin/Orderrefundreason/index <<< success { "code":0, "result":{ "total_number":14, "list":[ { "id":14, "title":"其他", "type":2 }, { "id":13, "title":"收到商品少件或破损", "type":2 }, { "id":12, "title":"假冒品牌", "type":2 }, { "id":11, "title":"卖家发错货", "type":2 }, { "id":10, "title":"图片/产地/批号/规格等描述不符", "type":2 }, { "id":9, "title":"生产日期/保质期与卖家承诺不符", "type":2 }, { "id":8, "title":"商品成分描述不符", "type":2 }, { "id":7, "title":"7天无理由退换货", "type":2 }, { "id":6, "title":"其他", "type":1 }, { "id":5, "title":"空包裹/少货", "type":1 }, { "id":4, "title":"快递无跟踪记录", "type":1 }, { "id":3, "title":"未按约定时间发货", "type":1 }, { "id":2, "title":"快递一直未到", "type":1 }, { "id":1, "title":"多拍/拍错/不想要", "type":1 } ] }, "msg":"SUCCESS" } <<< error +++