From 8c16536d7245957c6fb5dfe2316032814ecdc78d Mon Sep 17 00:00:00 2001 From: xc Date: Tue, 16 Sep 2025 18:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scagent/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scagent/main.go b/scagent/main.go index 808ad36..ae6a4a5 100644 --- a/scagent/main.go +++ b/scagent/main.go @@ -65,7 +65,7 @@ func main() { return } - // 文件上传功能 + // 文件功能,上传下载压缩 err = rpc.RegisterName("FileUploadService", new(core.FileService)) if err != nil { logger.Error("Register failed", zap.Error(err))