GET v1/temperatures/invoke/gardengraph?aeCheckDay={aeCheckDay}&bCheckDay={bCheckDay}&gardenId={gardenId}
时间段内该园区体温警告/加餐/服药/观察总数
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aeCheckDay | date |
Required |
|
bCheckDay | date |
Required |
|
gardenId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TempGardenGraphDtoName | Description | Type | Additional information |
---|---|---|---|
WarnCount | integer |
None. |
|
JCCount | integer |
None. |
|
FYCount | integer |
None. |
|
GCCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "warnCount": 1, "jcCount": 2, "fyCount": 3, "gcCount": 4 }