1
0

merge: 合并代码20241228

This commit is contained in:
TsMask
2024-12-28 15:36:47 +08:00
parent 6b4633fa5e
commit 33cbaeb1cd
69 changed files with 2546 additions and 1951 deletions

View File

@@ -68,6 +68,8 @@ func PostCDREventFrom(w http.ResponseWriter, r *http.Request) {
wsService.NewWSSend.ByGroupID(wsService.GROUP_SMF_CDR+neInfo.NeId, cdrEvent)
case "SMSC":
wsService.NewWSSend.ByGroupID(wsService.GROUP_SMSC_CDR+neInfo.NeId, cdrEvent)
case "SGWC":
wsService.NewWSSend.ByGroupID(wsService.GROUP_SGWC_CDR+neInfo.NeId, cdrEvent)
}
}