From 4018890f1c801ae942832ac956e1d2c6ecc97a52 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 19 Nov 2025 10:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BE=E6=8A=A5=E5=8E=BB=E9=99=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/command/sys/ReportedAddCmdExe.java | 5 ----- 1 file changed, 5 deletions(-) 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 上传资源超出限制