curl --location --request GET 'pm/manage-report/cash-flow' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": [
{
"key": "month",
"label": "本月",
"income": "0.00",
"outlay": "0.00",
"netIncome": "0.00"
},
{
"key": "year",
"label": "本年",
"income": "0.00",
"outlay": "77,778,490.84",
"netIncome": "-77,778,490.84"
}
]
}