From 87b55a899bc1b4bc7d5a0f8d6ad1a1ede233ebd1 Mon Sep 17 00:00:00 2001
From: qixiaoning <jony.kee@outlook.com>
Date: 星期四, 04 九月 2025 17:35:24 +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