Browse Source

关闭控制台调试代码

master
453530270@qq.com 2 years ago
parent
commit
7389c6743d
  1. BIN
      fsv2/fstc
  2. 2
      fsv2/handler/handler.go

BIN
fsv2/fstc

Binary file not shown.

2
fsv2/handler/handler.go

@ -97,7 +97,7 @@ func ReceiveHandler(w http.ResponseWriter, r *http.Request) {
bfpath := r.Header.Get("Fpath") bfpath := r.Header.Get("Fpath")
//debug //debug
fmt.Printf("header params:%v\n", r.Header) // fmt.Printf("header params:%v\n", r.Header)
fmt.Printf("fpath is:%s,afbs64 is:%s\n", bfpath, util.Base64dec(bfpath)) fmt.Printf("fpath is:%s,afbs64 is:%s\n", bfpath, util.Base64dec(bfpath))
fmt.Printf("Downloading [%s]...\n", filename) fmt.Printf("Downloading [%s]...\n", filename)

Loading…
Cancel
Save