1. 塔吊当前检测数据

获取塔吊当前检测数据

注意

  • 如果接口需要提供auth-token,你需要通过轻筑开放平台创建应用来获取appid和secret,然后通过appid和secret来获取接口访问凭证auth-token。
  • 如果需要获取当前用户的使用信息,授权确保你能获取到qzcode,然后通过网页授权接口获取相关信息。

1.1. 基本信息

概况 内容
接口地址 /api/device/crane/details
请求方法 GET
请求数据类型 URL参数
响应数据类型 JSON

1.2. 请求数据

1.2.1. 请求头(request-header)

请求头除了默认的参数还需要添加如下请求头参数:

字段 描述
auth-token 接口访问凭据,你可以通过平台下发的appid和secret获取凭据

1.2.2. 请求参数(request-parameter)

字段 是否必传 描述
projectId 项目ID
deviceId 设备id

参数请求示例:

http://api.example.com/xxx?key=value

1.3. 响应数据

响应数据中 code, message, data 为默认字段,所有字段如下表所示:

字段 类型 是否必填 描述
code number 响应码
message string 响应消息
data object 响应数据
deviceData array 设备指标集合
name string 指标名称
sign string 标记
threshold string 阈值
value number
state number 是否预警(1-正常 2-一级预警 3-二级预警)
time number 监测时间(时间戳)
operator object 操作员信息
headIcon string 头像
phone string 电话
workTypeName string 工种名称
workTeamName string 班组名称
companyName string 所在公司
sex string 性别
name string 姓名
idCard string 身份证
id string id

响应数据结构如下所示:

{
    "code": 0,
    "message": null,
    "data": {
        "deviceData": [
            {
                "name": "载重(kg)",
                "sign": "currentWeight",
                "threshold": null,
                "value": 112
            },
            {
                "name": "风速(m/s)",
                "sign": "currentWindspeed",
                "threshold": 300,
                "value": 112
            },
            {
                "name": "高度(m)",
                "sign": "currentHeight",
                "threshold": null,
                "value": 112
            },
            {
                "name": "幅度(m)",
                "sign": "currentRange",
                "threshold": 9680,
                "value": 0
            },
            {
                "name": "回转(°)",
                "sign": "currentRotation",
                "threshold": null,
                "value": 0
            },
            {
                "name": "斜角(°)",
                "sign": "currentBevelangle",
                "threshold": null,
                "value": 0
            },
            {
                "name": "力矩(%)",
                "sign": "currentMoment",
                "threshold": 30,
                "value": 0
            },
            {
                "name": "倍率(倍)",
                "sign": "fall",
                "threshold": null,
                "value": 0
            },
            {
                "name": "吊钩高度(m)",
                "sign": "currentCliverHeight",
                "threshold": null,
                "value": 0
            }
        ],
        "state": 0,
        "time": 1534420635000,
        "operator": {
            "headIcon": "",
            "phone": "",
            "workTypeName": "木工",
            "workTeamName": "未分配",
            "companyName": "小筑劳务公司",
            "sex": "男",
            "name": "XX",
            "idCard": "xxxxxxxxxxxx",
            "id": "xxxxxxxxxxxx"
        }
    }
}

1.4. 错误码

当返回数据中的 code 不为 0 时,为错误返回。其中errCode为详细的错误码。

© All Rights Reserved            updated 2024-08-23 10:14:54

results matching ""

    No results matching ""