From 9b17a8dcbc1f94eb117a37b3b24ca9dae0d2d588 Mon Sep 17 00:00:00 2001
From: qixiaoning <jony.kee@outlook.com>
Date: 星期三, 29 十月 2025 09:40:54 +0800
Subject: [PATCH] 摄像机相关接口跳转,推送配置修改,系统权限菜单修改

---
 push-service/vo/eventPush.go |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/push-service/vo/eventPush.go b/push-service/vo/eventPush.go
index 95e3628..28a4414 100644
--- a/push-service/vo/eventPush.go
+++ b/push-service/vo/eventPush.go
@@ -41,8 +41,10 @@
 }
 
 type EventUrlVo struct {
-	Url    string `json:"url"`
-	Enable bool   `json:"enable"`
+	Url      string `json:"url"`
+	ServerIp string `json:"server_ip"`
+	Port     int    `json:"port"`
+	Enable   bool   `json:"enable"`
 }
 
 func (epv *EventPushVo) SetFiltRename() {

--
Gitblit v1.8.0