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

@@ -57,7 +57,7 @@ func PostCDREventFromNF(w http.ResponseWriter, r *http.Request) {
}
// 推送到ws订阅组
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_CDR, cdrEvent)
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_IMS_CDR, cdrEvent)
services.ResponseStatusOK204NoContent(w)
}