GET api/TMSApp/Chart/GetElectricAppCarHomeInfo?corpID={corpID}
获取移动端电厂汽车首页数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取移动端电厂汽车首页数据
MsgBaseApiPageOfElectricAppCarHomeInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
ElectricAppCarHomeInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "planPowerNumber": 1.0, "planNumber": 2.0, "completeNumber": 3.0, "hasSendNumber": 4.0, "hasSendCarNumber": 5, "hasSendCarNumberHasSendGross": 6, "transportNumber": 7.0, "transportCarNumber": 8, "queueNumber": 9.0, "queueCarNumber": 10, "unloadNumber": 11.0, "unloadCarNumber": 12 } }