GET api/TMSApp/Chart/GetElectricAppCarMediumInfo?corpID={corpID}
获取移动端电厂首页煤质信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取移动端电厂首页煤质信息
MsgBaseApiPageOfElectricAppCarMediumInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
ElectricAppCarMediumInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "dayCompleteCalorific": 1.0, "dayPlanCalorific": 2.0, "dayCompleteSulphur": 3.0, "dayPlanSulphur": 4.0, "monthCompleteCalorific": 5.0, "monthPlanCalorific": 6.0, "monthCompleteSulphur": 7.0, "monthPlanSulphur": 8.0 } }