curl --location --request GET '/api/refund/statistics/amount'
{ "code": 200, "msg": "成功", "data": { "refundTotalAmount": 120, "refundingAmount": 30, "refundAmount": 60, "failRefundAmount": 30 } }