保存人脸图片失败

This commit is contained in:
sxu 2025-04-25 14:06:14 +08:00
parent abb25643db
commit e742bdda37
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ public class CustPhotoController extends BaseController {
return this.custPhotoService.appletRegisterAndSaveFaceInfo(dto);
}
} catch (Exception e) {
log.error("小程序保存人脸图片失败", e);
return AjaxResult.error("小程序保存人脸图片失败");
log.error("保存人脸图片失败", e);
return AjaxResult.error("保存人脸图片失败");
}
}