GET v1/attenddemo/invoke/monthcitycheck?aeMonth={aeMonth}&bMonth={bMonth}&cityName={cityName}
该市内各园区以区为单位的晨检统计
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeMonth | date |
Required |
|
| bMonth | date |
Required |
|
| cityName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MonthCityCheckDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictName | string |
None. |
|
| Months | Collection of MonthCheckItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"districtName": "sample string 1",
"months": [
{
"date": "2025-12-14 00:59:13",
"warnCount": 2,
"jcCount": 3,
"fyCount": 4,
"gcCount": 5
},
{
"date": "2025-12-14 00:59:13",
"warnCount": 2,
"jcCount": 3,
"fyCount": 4,
"gcCount": 5
}
]
}