feat: cdr-ims的mos和cct统计接口

This commit is contained in:
TsMask
2025-09-28 19:28:52 +08:00
parent 33bbe5cd2c
commit 1bb5ad81ca
4 changed files with 244 additions and 0 deletions

View File

@@ -192,6 +192,14 @@ func Setup(router *gin.Engine) {
middleware.AuthorizeUser(nil),
controller.NewIMS.KPIBusyWeek,
)
imsGroup.GET("/cdr/mos-hour",
middleware.AuthorizeUser(nil),
controller.NewIMS.CDRMOSHour,
)
imsGroup.GET("/cdr/cct-hour",
middleware.AuthorizeUser(nil),
controller.NewIMS.CDRCCTHour,
)
}
// 网元SMSC