文档
测试

查看识别数据

POST
http://localhost:8888/qgy/callback/list

接口描述

查看当前用户下的成功失败识别数据 可根据识别GUID检索

请求参数

参数名
类型
描述
必填
userId
Integer
当前用户ID(NOT NULL)
必填
type
Integer
比对结果(1.比对成功 2.比对失败)(NULL)
必填
index
Integer
当前页码(NULL)
必填
length
Integer
每页个数(NULL)
必填
guid
String
识别GUID(NULL)
必填

返回示例

```{ "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "id": 52, "guid": "1DE2C0E055434505BE36A1B494FEE18", "deviceKey": "84E0F420883802FAA37", "personGuid": "STRANGERBABY", "photoUrl": "http://uniubi-device-test.oss-cn-hangzhou.aliyuncs.com/device/spot/photo/84E0F420013300B4/2017-11-16/STRANGERBABY_20171116153434.jpg", "showTime": "1510817674000", "type": 1, "recMode": 1, "cardNo": "888", "aliveType": 1, "recType": 1, "passTimeType": 1, "permissionTimeType": 1, "deviceType": 6, "personName": "测试" } ], "count": 2 } ```