curl --location --request GET 'openapi/data-controller/quantityStatisticsDayList'
{
"success": true,
"message": "",
"code": 200,
"result": {
"projectAdmission": {
"total": 0,
"title": "项目入场"
},
"bidOpeningTimes": {
"total": 0,
"title": "开标场次"
},
"numberOfTransactions": {
"total": 0,
"title": "成交宗数"
},
"announcementRelease": {
"total": 0,
"title": "公告发布"
}
},
"timestamp": 1678265214683
}