保存人脸图片失败
This commit is contained in:
parent
abb25643db
commit
e742bdda37
|
|
@ -39,8 +39,8 @@ public class CustPhotoController extends BaseController {
|
||||||
return this.custPhotoService.appletRegisterAndSaveFaceInfo(dto);
|
return this.custPhotoService.appletRegisterAndSaveFaceInfo(dto);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("小程序保存人脸图片失败", e);
|
log.error("保存人脸图片失败", e);
|
||||||
return AjaxResult.error("小程序保存人脸图片失败");
|
return AjaxResult.error("保存人脸图片失败");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue