GET api/TMSApp/Chart/GetAPPHomeInfoTotal?corpID={corpID}
电厂APP首页获取汽车火车汇总数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID |
公司ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
电厂APP首页获取汽车火车汇总数据
MsgBaseApiPageOfAPPHomeInfoCollectName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
APPHomeInfoCollect |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "hasSend": { "carNumber": 1, "carriageNumber": 2, "Weight": 3.0 }, "Transport": { "carNumber": 1, "carriageNumber": 2, "Weight": 3.0 }, "unLoad": { "carNumber": 1, "carriageNumber": 2, "Weight": 3.0 } } }