GET v1/temperatures/invoke/citygraph?aeCheckDay={aeCheckDay}&bCheckDay={bCheckDay}&cityName={cityName}
时间段内该市以县为单位体温警告/加餐/服药/观察总数
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeCheckDay | date |
Required |
|
| bCheckDay | date |
Required |
|
| cityName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
TempCityGraphDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictName | string |
None. |
|
| WarnCount | integer |
None. |
|
| JCCount | integer |
None. |
|
| FYCount | integer |
None. |
|
| GCCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"districtName": "sample string 1",
"warnCount": 2,
"jcCount": 3,
"fyCount": 4,
"gcCount": 5
}