智慧工地平台接口文档

智慧工地平台接口文档


查询升降机司机考勤表(分页查询)

查询升降机司机考勤表(分页查询)

维护人:chen

URL

  • GET /ip:port/api/hoistDriverAttendance/

描述:查询升降机司机考勤表(分页查询)

ContentType:application/x-www-form-urlencoded;charset=UTF-8

请求头

名称 必填 描述 示例值
authorization 登录token值 Bearer Bearer eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIyNzExYjRiMWIwODY0YmI2YTU2Y2Y0ZGJlNDE5ZjA5NSIsImF1dGgiOiJhZG1pbiIsInN1YiI6ImFkbWluIn0.6j6Q2KFpSfzwKG5nkWQ7gXdNnDbTKqVH-gNU8StmLlGCIpvuKN_2ycPrFcJaY5RPvYzQDjPoBk9J8VtSm0yLYA

请求参数

Query Parameter
名称 类型 必填 最大长度 描述 示例值
projectId int32 - 项目id 395
listDeviceId array - 升降机设备编码id集合 433,672
startTime object - 查询开始时间 格式:yyyy-MM-dd HH:mm:ss 2023-09-11 14:39:48
endTime object - 查询结束时间 格式:yyyy-MM-dd HH:mm:ss 2023-09-11 14:39:48
str string - 模糊搜索的类型 t2gp50
strType int32 - 模糊搜索类型 1:出厂编码 、2:设备名称 3:备案编码 553
userName string - 驾驶员名称 johnetta.hirthe
page int32 - No comments found. 1
size int32 - No comments found. 10
sort string - No comments found. tr6ip5

响应参数

名称 类型 必填 最大长度 描述 示例值
totalElements int64 - No comments found. 12
contentObj object No comments found.
└ hoistDeviceId int64 - 升降机设备id 608
└ driverId int64 - 驾驶员id 608
└ recognitionResults int32 - 识别类型 1指纹 2人脸 277
└ driverName string - 驾驶员名称 johnetta.hirthe
└ recgRercentage float - 识别分数,单位百分比 50.87
└ driverFaceBase64 string - 驾驶员识别图片-base64 7cujoy
└ systemTime object - 考勤时间 格式 yyyy-MM-dd HH:mm:ss 2023-09-11 14:39:48
└ hoistBoxId string - 出厂编码 179
└ hostName string - 设备名称 127.202.62.164
└ projectId int32 - 项目名称 722
└ projectName string - 项目名称 johnetta.hirthe
└ imageName string - 图片名称 johnetta.hirthe
└ recordName string - 备案号 johnetta.hirthe
content array No comments found.
└ any object object - any object.

响应示例

{
    "totalElements": 12,
    "contentObj": {
        "hoistDeviceId": 608,
        "driverId": 608,
        "recognitionResults": 277,
        "driverName": "johnetta.hirthe",
        "recgRercentage": 50.87,
        "driverFaceBase64": "7cujoy",
        "systemTime": "2023-09-11 14:39:48",
        "hoistBoxId": "179",
        "hostName": "127.202.62.164",
        "projectId": 722,
        "projectName": "johnetta.hirthe",
        "imageName": "johnetta.hirthe",
        "recordName": "johnetta.hirthe"
    },
    "content": [
        {
            "any object": {}
        }
    ]
}

错误码

页面列表

ITEM_HTML