From 8e4649f3f62745f881b5e5d3f9c226679dedadb0 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 21 Mar 2024 10:15:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20UPF=E6=8C=87=E6=A0=87=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=88=B0ws=E8=AE=A2=E9=98=85=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/pm/performance.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/pm/performance.go b/features/pm/performance.go index 096e0218..b3f24bd2 100644 --- a/features/pm/performance.go +++ b/features/pm/performance.go @@ -244,6 +244,9 @@ func PostKPIReportFromNF(w http.ResponseWriter, r *http.Request) { // 推送到ws订阅组 wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_KPI, kpiEvent) + if goldKpi.NEType == "UPF" { + wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_KPI_UPF, kpiEvent) + } services.ResponseStatusOK200Null(w) }