@@ -303,6 +303,7 @@ func uploadToMaterial(oldRsourceUrl string) (resourceUrl string, err error, errM
return
}
filePath := uploadDir + "/" + urlFileName
+ fmt.Println("filepath", filePath)
ioWriter, err := os.Create(filePath)
if err != nil {
errMsg = "操作失败"