Commit 3582c98d authored by zhangzhenbang's avatar zhangzhenbang

单独实名认证

parent 91d34068
......@@ -137,9 +137,9 @@ public class IdentityInfoController {
info.setFaceImage(
PicUtils.compressImage(info.getFaceImage(),
Const.FACE_IMG_SIZE));
if (!authService.is0x42AuthSucc(info)) {
return Response.fail("AUTH-FAILED","实名认证失败。");
}
// if (!authService.is0x42AuthSucc(info)) {
// return Response.fail("AUTH-FAILED","实名认证失败。");
// }
Reservation reservation = reservationInfoDTO.getReservation();
Date date =new Date ();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
......
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