Commit 1587ed94 by Li Feifei

Update file_upload.go

parent e8dea069
Pipeline #15609 passed with stages
in 39 seconds
...@@ -76,7 +76,7 @@ func Upload(r *model.FileUploadRequest, errChan chan error, ...@@ -76,7 +76,7 @@ func Upload(r *model.FileUploadRequest, errChan chan error,
//从web365获取上传文件信息 //从web365获取上传文件信息
func (f *ObtainFile) fileInfo() error { func (f *ObtainFile) fileInfo() error {
fmt.Println(f.parser.splitFileInfoLink())
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