From e19899987b9f47dda06ddf997dc49bd85e048401 Mon Sep 17 00:00:00 2001 From: JaySoong Date: Fri, 11 Aug 2023 15:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update t_http_an__notify.go info.Url = session.Url() --- pkg/base/t_http_an__notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base/t_http_an__notify.go b/pkg/base/t_http_an__notify.go index 9e12d59..1058bbd 100644 --- a/pkg/base/t_http_an__notify.go +++ b/pkg/base/t_http_an__notify.go @@ -141,7 +141,7 @@ func session2EventCommonInfo(session ISession) SessionEventCommonInfo { info.Url = session.Url() info.AppName = session.AppName() info.StreamName = session.StreamName() - info.Url = session.Url() + info.UrlParam = session.RawQuery() info.ReadBytesSum = stat.ReadBytesSum info.WroteBytesSum = stat.WroteBytesSum