curl --location --request GET 'http://prod-cn.your-api-server.comconsole/finance/centre' \
--header 'Authorization: Bearer {{token}}'{
"code": 20000,
"message": "ok",
"data": {
"finance": {
"totalIncomeAmount": 60,
"totalIncomeNum": 6,
"totalRefundAmount": 40,
"totalRefundNum": 4,
"totalNetIncome": 20
},
"recharge": {
"rechargeAmount": 60,
"rechargeNum": 6,
"rechargeRefundAmount": 40,
"rechargeRefundNum": 4,
"rechargeNetIncome": 20
},
"user": {
"totalUserNum": 3,
"totalRechargeNum": 6,
"totalChatNum": 0,
"totalRechargeAmount": 0,
"totalPowerSum": 0
}
},
"timestamp": 1753780536524
}