查询升降机考勤人员图片
查询升降机考勤人员图片
维护人: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": {}
}
]
}
错误码
无