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