GET v1/attenddemo/invoke/citygraph?cityName={cityName}
市级地图
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cityName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CityGraphDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictId | integer |
None. |
|
| DistrictName | 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:
[
{
"districtId": 1,
"districtName": "sample string 1",
"totalCount": 2,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
},
{
"districtId": 1,
"districtName": "sample string 1",
"totalCount": 2,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
}
]