feat: 添加KPI忙时0609统计接口及相关服务逻辑

This commit is contained in:
TsMask
2025-09-01 18:14:20 +08:00
parent 723d9431f7
commit 77feee664c
5 changed files with 111 additions and 5 deletions

View File

@@ -105,6 +105,10 @@ func Setup(router *gin.Engine) {
middleware.PreAuthorize(nil),
controller.NewIMS.UeSessionList,
)
imsGroup.GET("/kpi/busy-hour",
middleware.PreAuthorize(nil),
controller.NewIMS.KPIBusyHour,
)
}
// 网元SMSC