Authorization: Bearer ********************
{
"fields": [
{
"field": "string",
"label": "string",
"fun": {
"name": "string",
"params": [
{
"type": "value",
"value": "string"
}
]
}
}
],
"where": {
"relational": "and",
"items": [
{}
]
},
"order": [
{
"field": "string",
"fun": {
"name": "string",
"params": [
{
"type": "value",
"value": "string"
}
]
},
"order": "ASC"
}
],
"group": [
"string"
],
"index": 0,
"count": 0
}
curl --location --request POST 'https://s.hancel.org/api/cashflow/where' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
{
"field": "string",
"label": "string",
"fun": {
"name": "string",
"params": [
{
"type": "value",
"value": "string"
}
]
}
}
],
"where": {
"relational": "and",
"items": [
{}
]
},
"order": [
{
"field": "string",
"fun": {
"name": "string",
"params": [
{
"type": "value",
"value": "string"
}
]
},
"order": "ASC"
}
],
"group": [
"string"
],
"index": 0,
"count": 0
}'
{
"data": [
{
"年": "2015",
"总金额": "5062.90"
},
{
"年": "2016",
"总金额": "19507.32"
},
{
"年": "2017",
"总金额": "50727.85"
},
{
"年": "2018",
"总金额": "51349.38"
},
{
"年": "2019",
"总金额": "57003.13"
},
{
"年": "2020",
"总金额": "91331.35"
},
{
"年": "2021",
"总金额": "165998.34"
},
{
"年": "2022",
"总金额": "39598.33"
},
{
"年": "2023",
"总金额": "45602.00"
},
{
"年": "2024",
"总金额": "25971.49"
}
],
"code": 0,
"message": "ok"
}