GET api/Data/GetOnLineHistory?code={code}
查询上线记录
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
表号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
RealTime| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| value | decimal number |
None. |
|
| xinhao | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"value": 2.0,
"xinhao": 3
}