GET v1/attenddemo/invoke/provinceattenddetail?aeDate={aeDate}&bDate={bDate}&provinceName={provinceName}
一个省的各个城市,某个时间段内所有园区的出勤率
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeDate | date |
Required |
|
| bDate | date |
Required |
|
| provinceName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProvinceAttendDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CityName | string |
None. |
|
| CheckDate | date |
None. |
|
| AttendCount | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Perenct | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cityName": "sample string 1",
"checkDate": "2025-12-14 01:00:18",
"attendCount": 2,
"totalCount": 3,
"perenct": "sample string 4"
},
{
"cityName": "sample string 1",
"checkDate": "2025-12-14 01:00:18",
"attendCount": 2,
"totalCount": 3,
"perenct": "sample string 4"
}
]