curl --location --request GET '/api/admin/rechargeRefund/list?page=1&limit=20&dateLimit=today&keywords=1&refundStatus=1&extractType=weixin&orderId=1' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'{"code":200,"message":"操作成功","data":{"page":1,"limit":20,"totalPage":0,"total":0,"list":[{"id":1,"uid":6,"realName":null,"orderId":"refund001","refundPrice":"1000.00","actualPrice":"1000.00","refundAccount":"10000","wechatNo":"wechat001","douyinNo":"douyin001","refundWay":"weixin","refundStatus":"1","refundFlag":0,"mainContent":"想退款了","remark":"啥订单备注呢","createTime":"2024-05-16 14:32:04","updateTime":"2024-05-16 14:32:04"}]}}