任务2.2.3/2.2.4

This commit is contained in:
2025-10-31 16:00:55 +08:00
parent 3334537663
commit ccab7c98e4
4 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,6 @@ func (a *API) setupRoutes() {
// 用户相关路由组
userGroup := authGroup.Group("/users")
{
userGroup.GET("/:id/history", a.userController.ListUserHistory) // 获取用户操作历史
userGroup.POST("/:id/notifications/test", a.userController.SendTestNotification)
}
a.logger.Debug("用户相关接口注册成功 (需要认证和审计)")