curl --location --request GET 'http://prod-cn.your-api-server.comweb/recharge/lists' \
--header 'Authorization: Bearer {{token}}'{
"code": 20000,
"message": "ok",
"data": {
"items": [
{
"id": "fb9cfac6-3354-4197-aadc-5fc410805e47",
"orderNo": "202507225937",
"payType": 1,
"power": 100,
"givePower": 20,
"totalAmount": "10.00",
"orderAmount": "10.00",
"refundStatus": 0,
"createdAt": "2025-07-22T14:32:27.112Z",
"totalPower": 120,
"payTypeDesc": "微信支付"
}
],
"total": 1,
"page": 1,
"pageSize": 15,
"totalPages": 1
},
"timestamp": 1753325632205
}