From ad4ad76f4cd6db55ddceedcff5bf588547786f31 Mon Sep 17 00:00:00 2001 From: qixiaoning <jony.kee@outlook.com> Date: 星期一, 11 八月 2025 13:47: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