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