From b3d540b8143b1be9e556523aa64d3ba8d721d04f Mon Sep 17 00:00:00 2001
From: qixiaoning <jony.kee@outlook.com>
Date: 星期二, 09 九月 2025 16:56:30 +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