diff --git a/backend/user/src/main.go b/backend/user/src/main.go index 61972f8..36f2efc 100644 --- a/backend/user/src/main.go +++ b/backend/user/src/main.go @@ -30,5 +30,4 @@ func main() { // 启动服务,监听80端口 zap.L().Info("✅ 服务启动在80端口") r.Run(":80") - zap.L().Info("💻 用户服务启动成功") }