xyxie hai 3 meses
pai
achega
0123e07612
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/material/material.go

+ 1 - 0
services/material/material.go

@@ -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 = "操作失败"