feat: 添加SMF在线订阅用户列表

This commit is contained in:
TsMask
2024-09-19 11:43:35 +08:00
parent f5d938758c
commit f5b6e122b3
3 changed files with 138 additions and 2 deletions

View File

@@ -97,6 +97,10 @@ func Setup(router *gin.Engine) {
collectlogs.OperateLog(collectlogs.OptionNew("log.operate.title.smfCDR", collectlogs.BUSINESS_TYPE_EXPORT)),
controller.NewSMFController.CDRExport,
)
smfGroup.GET("/subscribers",
middleware.PreAuthorize(nil),
controller.NewSMFController.SubUserList,
)
}
// 网元AMF