|
|
@@ -92,8 +92,7 @@ public class PersonPhotoController extends BaseController { |
|
|
|
if (ObjectUtils.isEmpty(file) || file.getSize() <= 0) { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "素材为空"); |
|
|
|
} |
|
|
|
personPhotoService.checkPhoto(file); |
|
|
|
return new ResultData(); |
|
|
|
return personPhotoService.checkPhoto(file); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("百度图片审核接口") |
|
|
|