POST api/{version}/v1/PowerStation/GetPowerStationButtonByIdForWeb
获取设备信息,自定义字段(web)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
PowerParaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PowerStationId |
电站Id |
string |
None. |
| Date |
[可省略]查询日期,默认为当天 |
date |
None. |
| Opt |
操作:down下载 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"powerStationId": "sample string 1",
"date": "2025-12-15 01:01:38",
"opt": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}