|
@@ -331,6 +331,9 @@ public class FaceppClient {
|
|
|
}
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
+ log.error("[Face++]. compareWithTokenAndBase64(String,String); faceToken=" + faceToken
|
|
|
+ + "; imageBase64=" + imageBase64 + "; cost " + (System.currentTimeMillis() - s)
|
|
|
+ + " ms.");
|
|
|
throw new ExamCloudRuntimeException(e);
|
|
|
} finally {
|
|
|
IOUtils.closeQuietly(response);
|