From b93d95a77ae3681a8c97859f446644190e84170e Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 22 八月 2024 14:44:06 +0800 Subject: [PATCH] 添加摄像机运行方向 --- controller/captureCtl.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controller/captureCtl.go b/controller/captureCtl.go index 6e6b6c3..79efc0f 100644 --- a/controller/captureCtl.go +++ b/controller/captureCtl.go @@ -3,7 +3,6 @@ import ( "encoding/base64" "fmt" - "gat1400Exchange/util" "math/rand" "net/http" "path" @@ -15,6 +14,7 @@ "gat1400Exchange/pkg/logger" "gat1400Exchange/repository" "gat1400Exchange/service" + "gat1400Exchange/util" "gat1400Exchange/vo" "github.com/gin-gonic/gin" -- Gitblit v1.8.0