{
"startDate": "string",
"endDate": "string"
}curl --location '/ztdomain_symbol_sz/api/bim/middleGround/statistics/model/getCountByMajor' \
--header 'Content-Type: application/json' \
--data '{
"startDate": "string",
"endDate": "string"
}'{
"data": [
{
"major": "1",
"types": [
{
"type": "idbz",
"count": 263
},
{
"type": "gdb",
"count": 225
},
{
"type": "pdf",
"count": 148
},
{
"type": "xdb",
"count": 29
},
{
"type": "docx",
"count": 17
},
{
"type": "json",
"count": 9
},
{
"type": "xlsx",
"count": 9
},
{
"type": "skp",
"count": 7
},
{
"type": "dwg",
"count": 3
},
{
"type": "rvt",
"count": 2
},
{
"type": "xls",
"count": 1
},
{
"type": "jpg",
"count": 1
},
{
"type": "zip",
"count": 1
},
{
"type": "doc",
"count": 1
}
]
},
{
"major": "2",
"types": [
{
"type": "idbz",
"count": 297
},
{
"type": "pdf",
"count": 127
},
{
"type": "gdb",
"count": 55
},
{
"type": "xdb",
"count": 42
},
{
"type": "png",
"count": 24
},
{
"type": "rvt",
"count": 19
},
{
"type": "XDB",
"count": 11
},
{
"type": "docx",
"count": 4
},
{
"type": "skp",
"count": 1
},
{
"type": "dwg",
"count": 1
}
]
},
{
"major": "3",
"types": [
{
"type": "idbz",
"count": 311
},
{
"type": "pdf",
"count": 21
},
{
"type": "xdb",
"count": 8
},
{
"type": "rvt",
"count": 7
},
{
"type": "gdb",
"count": 6
},
{
"type": "docx",
"count": 1
}
]
}
],
"code": 0,
"errmsg": "成功"
}