GET v1/attenddemo/invoke/provincegraph?provinceName={provinceName}
省级地图
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| provinceName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ProvinceGraphDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CityId | integer |
None. |
|
| CityName | string |
None. |
|
| TotalCount | integer |
None. |
|
| AttendCount | integer |
None. |
|
| WarnCount | integer |
None. |
|
| JCCount | integer |
None. |
|
| FYCount | integer |
None. |
|
| GCCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cityId": 1,
"cityName": "sample string 1",
"totalCount": 2,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
},
{
"cityId": 1,
"cityName": "sample string 1",
"totalCount": 2,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
}
]