文档
测试

获取矿区设备运行监控统计数据

POST
http://[域名]/multiplemine/getminedevicemonstatdata

接口描述

获取矿区设备运行监控统计数据

请求参数

参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填

请求数据示例

{ "appid":"1234567890", "token":"45879541235derderedew", "timestamp":"20200118122613", "opertoken":"123456" }

响应参数

参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
minetotalnum
int
监控矿区数量
必填
devicenum_total
int
监控设备数量
必填
devicenum_normal
int
正常设备数量
必填
devicenum_stop
int
停工设备数量
必填
devicenum_error
int
故障设备数量
必填

响应成功示例

{ "errcode":"0", "errmsg":"成功", "minetotalnum":2 "devicenum_total":6, "devicenum_normal":3, "devicenum_stop":2, "devicenum_error":1 }

响应失败示例

{ "errcode":"1", "errmsg":"参数无效" }