{
"areaCode": "string",
"type": 0,
"year": 0,
"month": 0,
"day": 0,
"start": 0,
"end": 0,
"cipher": "string",
"mobile": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/ledger/reteTotal' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"type": 0,
"year": 0,
"month": 0,
"day": 0,
"start": 0,
"end": 0,
"cipher": "string",
"mobile": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": [
{
"areaName": "",
"list": [
{
"key": "",
"total": 0
}
]
}
]
}