From 9db0b7144978a04f35be0c88ecb7af7532426cfe Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 12 Jul 2024 10:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fsv2/handler/serverinfo.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/fsv2/handler/serverinfo.go b/fsv2/handler/serverinfo.go index e8bd2b5..36cf3eb 100644 --- a/fsv2/handler/serverinfo.go +++ b/fsv2/handler/serverinfo.go @@ -43,10 +43,8 @@ func SerInfo(w http.ResponseWriter, r *http.Request) { // urlpath 进行base64 解码 dsrpath := util.Base64dec(urlpath) - // fmt.Printf("usl:%s\n", urlpath) // 监听的根目录 realFilePath := filepath.Join(config.G.FilePath, dsrpath) - fmt.Printf("real path is :%s\n", realFilePath) // 时间目录的情况 fileInfo, err := os.Stat(realFilePath) if err != nil {