GET v1/temperatures/invoke/tempcomparelist?aeMonth={aeMonth}&bMonth={bMonth}&gardenId={gardenId}
园所出勤情况以月份对比
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aeMonth | date |
Required |
|
| bMonth | date |
Required |
|
| gardenId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TempCompareListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | date |
None. |
|
| WarnCount | integer |
None. |
|
| JCCount | integer |
None. |
|
| FYCount | integer |
None. |
|
| GCCount | integer |
None. |
|
| WarnDiff | integer |
None. |
|
| JCDiff | integer |
None. |
|
| FYDiff | integer |
None. |
|
| GCDiff | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"month": "2025-12-14 00:51:46",
"warnCount": 2,
"jcCount": 3,
"fyCount": 4,
"gcCount": 5,
"warnDiff": 1,
"jcDiff": 1,
"fyDiff": 1,
"gcDiff": 1
}