|
@@ -49,7 +49,7 @@ public class PersonVerificationHandler extends SimpleChannelInboundHandler<Perso
|
|
|
|
|
|
JSONObject jsonObject = personVerification.getJsonObject();
|
|
|
|
|
|
- log.warn(jsonObject.toString());
|
|
|
+ // log.warn(jsonObject.toString());
|
|
|
|
|
|
JSONObject faceJson = new JSONObject(jsonObject.getStr("FaceInfoList").substring(1,jsonObject.getStr("FaceInfoList").length()-1));
|
|
|
|
|
@@ -59,7 +59,7 @@ public class PersonVerificationHandler extends SimpleChannelInboundHandler<Perso
|
|
|
timestamp =new Double(timestampDouble).longValue() ;
|
|
|
}
|
|
|
|
|
|
- log.warn(String.valueOf(timestamp));
|
|
|
+ // log.warn(String.valueOf(timestamp));
|
|
|
Date date = new Date(timestamp);
|
|
|
|
|
|
//设备序列号
|