接口调试工具
  • 识别记录列表查询

    • URL

      /ws/third/reportLog/list.jhtml

    • 请求参数示例

      http://IP地址:端口/ws/third/reportLog/list.jhtml.jhtml?token=f8597e0f-b6e8-44eb-a94c-64d6fa67007d&userIdentityId=10&pageNumber=1
    • 类型

      GET

    • 请求参数说明

      参数名 说明
      token 令牌
      userIdentityId 人员id
      pageNumber 分页页码
    • Result Json

      {"code": "2000","msg": "success","result": {"total": 13,"pageNumber": 2,"isLastPage": true,"totalPages": 2,"reportLogs": [{"id": 18,"faceNo": "cefe0e62-69a6-4027-9937-b72e820e73eb","deviceName": "人脸识别设备01","ioTime": "2019-10-31 23:55","orientation": "1702","score": 80,"photoPath": "http://localhost/files/upload/image/2/201911/report/141de06e-2429-4013-a7c9-f51b71e2049f.jpg","doorNum": 1,"correct": 1,"ioType": 3401}]}}
    • 返回参数说明

      参数名 说明
      total 总记录数
      pageNumber 当前页码
      isLastPage 是否最后一页
      totalPages 总页数
      id 日志id
      faceNo 识别的人脸编号
      deviceName 识别的设备
      ioTime 识别时间
      photoPath 识别抓拍图片
      doorNum 通道号
      correct 用户评判的正确性(0-不正确、1-正确)
      ioType 识别类型(3401-普通、3402-请假、3403-自由时间、3404-访客)
      deviceName 识别的设备