From 1f3023935a6a99d0ea7c9ce0c39a9aac6a9b41cd Mon Sep 17 00:00:00 2001 From: qichengbin Date: Fri, 26 Dec 2025 14:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20=E6=B7=BB=E5=8A=A0=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=A3=80=E6=B5=8B=E9=A2=84=E8=AD=A6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=20=E6=8E=A5=E5=8F=A3=E6=94=BE=E5=BC=80=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=AE=B8=E7=99=BB=E5=BD=95=E5=88=99=E5=8F=AF=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/VideoIdentificationController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/controller/VideoIdentificationController.java b/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/controller/VideoIdentificationController.java index f2a9ccc..a3566b8 100644 --- a/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/controller/VideoIdentificationController.java +++ b/smartFishingPort-kechuang/src/main/java/com/ltgk/smartFishingPort/controller/VideoIdentificationController.java @@ -4,6 +4,7 @@ package com.ltgk.smartFishingPort.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.google.common.collect.Lists; +import com.ltgk.smartFishingPort.common.annotation.Anonymous; import com.ltgk.smartFishingPort.common.core.domain.Response; import com.ltgk.smartFishingPort.common.utils.DateUtils; import com.ltgk.smartFishingPort.common.utils.MybatisUtil; @@ -51,6 +52,7 @@ public class VideoIdentificationController { @ApiOperation("添加视频检测预警信息") @PostMapping(value = "/add") + @Anonymous public Response add(@ModelAttribute VideoIdentification videoIdentification) { // String videoReplace = videoIdentification.getVideoUrl().replace("http://120.238.185.186:2001", "https://pyzhyg.panyu.gd.cn:7673"); // String pictureReplace = videoIdentification.getPictureUrl().replace("http://120.238.185.186:2001", "https://pyzhyg.panyu.gd.cn:7673");