GET v1/attenddemo/invoke/monthcityattend?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
Collection of MonthCityAttendDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictName | string |
None. |
|
| Months | Collection of MonthAttendItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"districtName": "sample string 1",
"months": [
{
"date": "2025-12-14 01:01:10",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
},
{
"date": "2025-12-14 01:01:10",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
}
]
},
{
"districtName": "sample string 1",
"months": [
{
"date": "2025-12-14 01:01:10",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
},
{
"date": "2025-12-14 01:01:10",
"minAttendPrc": 2,
"maxAttendPrc": 3,
"absentCount": 4,
"leaveCount": 5
}
]
}
]