{
"startTime": "2023-10-10",
"endTime": "2023-11-17",
"type": 2
}
curl --location --request POST 'http://localhost:8080/stpweb/couponIssuance/stats/eventPie.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2023-10-10",
"endTime": "2023-11-17",
"type": 2
}'
{
"cmd": null,
"data": [
{
"name": "用户注册",
"num": 14
}
],
"errno": "200",
"errtext": "SUCCESS",
"id": null,
"uuid": null
}