diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/ReportedAddCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/ReportedAddCmdExe.java index c4b3cfbc..cc109445 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/ReportedAddCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/ReportedAddCmdExe.java @@ -30,11 +30,6 @@ public class ReportedAddCmdExe { public void execute(UserReportedCmd cmd) { - ResponseAssert.isTrue(ResponseErrorCode.REQUEST_PARAMETER_ERROR, - StringUtils.isNotBlank(cmd.getVideoUrls()) || - StringUtils.isNotBlank(cmd.getImageUrls()) || - StringUtils.isNotBlank(cmd.getReportedContent())); - List images = cmd.imageUrlToList(); if (CollectionUtils.isNotEmpty(images)) { //1010 上传资源超出限制