fix: ws客户端读写保护/GroupID调整

This commit is contained in:
TsMask
2024-01-27 18:06:30 +08:00
parent 3a5c3edc70
commit 68f202d935
4 changed files with 17 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ func PostUEEventFromAMF(c *gin.Context) {
}
// 推送到ws订阅组
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_UE, ueEvent)
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_AMF_UE, ueEvent)
services.ResponseStatusOK204NoContent(c.Writer)
}