feat: 忙时定义为一周内话务量最高的四个小时的平均值

This commit is contained in:
TsMask
2025-09-08 18:31:21 +08:00
parent ec02b6cbb3
commit 24fc8115d6
4 changed files with 165 additions and 1 deletions

View File

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