接口调试工具
  • 查询指定人员的人脸

    • URL

      /ws/third/face/query.jhtml

    • 请求参数示例

      http://IP地址:端口/ws/third/face/query.jhtml 请求参数:userIdentityId=16 needReturnCode=true
    • 类型

      POST

    • 请求参数说明

      参数名 说明
      token 令牌
      userIdentityId 人员id
    • Result Json

      {"code":"2000","msg":"success","result":null}
    • 返回参数说明

      参数名 说明
      userIdentity说明 人员数据
      id 人员id
      name 人员姓名
      type 人员类型
      code 人员编码
      sex 人员性别
      remark 备注
      idCard 身份证号
      orgId 机构id
      faceSignatures说明 人脸数据数组
      expiresIn 人脸有效期:0 无限制
      faceNo 人脸编号
      facePhotoPath 人脸图片存储路径
      signatureCode 暂不返回