From ff5cc66a555c3c2ccf3338ab1df6242de209c13a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Aug 2024 15:01:14 +0800 Subject: [PATCH] chore --- router/handler/onvif/subscription.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/router/handler/onvif/subscription.go b/router/handler/onvif/subscription.go index 1bf7bbb..b1d0d1a 100644 --- a/router/handler/onvif/subscription.go +++ b/router/handler/onvif/subscription.go @@ -33,7 +33,8 @@ func CreateSubscription(c *gin.Context) { } func NotifyCallback(c *gin.Context) { - //xaddr := c.Param("xaddr") + xaddr := c.Param("xaddr") + log.Printf("NotifyCallback xaddr: %s", xaddr) var notify event.Notify envelope := gosoap.NewSOAPEnvelope(¬ify)