Commit 61d555f3 by Li Feifei

修复中文文件名无法被解析

parents 882856f6 be15eb74
Pipeline #15611 passed with stages
in 39 seconds
...@@ -76,7 +76,6 @@ func Upload(r *model.FileUploadRequest, errChan chan error, ...@@ -76,7 +76,6 @@ func Upload(r *model.FileUploadRequest, errChan chan error,
//从web365获取上传文件信息 //从web365获取上传文件信息
func (f *ObtainFile) fileInfo() error { func (f *ObtainFile) fileInfo() error {
fileBytes, err := http.Get(f.parser.splitFileInfoLink()) fileBytes, err := http.Get(f.parser.splitFileInfoLink())
if err != nil { if err != nil {
return err return err
......
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