Commit 64a24c08 by Li Feifei

Update file_upload.go

parent 181c6f8c
Pipeline #15618 passed with stages
in 39 seconds
......@@ -221,7 +221,7 @@ func (f *ObtainFile) Worker(err error) {
return
}
g.Log().Async().Infof("filename: %s upload success!", f.parser.name)
fmt.Println("type === ", f.parser.mineType())
m := g.Map{
"name": f.parser.name,
"file_name_hash": f.parser.nameHash(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment