qixiaoning
2025-09-04 87b55a899bc1b4bc7d5a0f8d6ad1a1ede233ebd1
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() {