智慧工地平台接口文档

智慧工地平台接口文档


查询升降机考勤人员图片

查询升降机考勤人员图片

维护人:chen

URL

  • GET /ip:port/api/hoistDriverAttendance/getWorkImageByImageName

描述:查询升降机考勤人员图片

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

请求头

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

请求参数

Query Parameter
名称 类型 必填 最大长度 描述 示例值
imageName string - No comments found. johnetta.hirthe
userName string - No comments found. johnetta.hirthe
page int32 - No comments found. 1
size int32 - No comments found. 10
sort string - No comments found. 6c4zsx

响应参数

名称 类型 必填 最大长度 描述 示例值
totalElements int64 - No comments found. 462
contentObj object No comments found.
└ imageName string - 图片名 johnetta.hirthe
└ base64 string - 图片base64编码 t0c55u
content array No comments found.
└ any object object - any object.

响应示例

{
    "totalElements": 462,
    "contentObj": {
        "imageName": "johnetta.hirthe",
        "base64": "t0c55u"
    },
    "content": [
        {
            "any object": {}
        }
    ]
}

错误码

页面列表

ITEM_HTML