Commit 5ac8926d authored by 18310373984@163.com's avatar 18310373984@163.com

统计日志

parent 278c9c51
...@@ -148,6 +148,7 @@ public class FaceAuthUtil { ...@@ -148,6 +148,7 @@ public class FaceAuthUtil {
System.out.println(AbstractModel.toJsonString(resp)); System.out.println(AbstractModel.toJsonString(resp));
try{ try{
//增加接口调用记录 //增加接口调用记录
//不收费,统计收费接口次数时无需统计这个接口
addCallFaceInterfaceLog(userId, req.getPersonId(),"DeleteFace","删除人脸", addCallFaceInterfaceLog(userId, req.getPersonId(),"DeleteFace","删除人脸",
AbstractModel.toJsonString(resp),null,null,null); AbstractModel.toJsonString(resp),null,null,null);
}catch(Exception e){ }catch(Exception e){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment