xyxie 3 月之前
父節點
當前提交
0123e07612
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 = "操作失败"