Compare commits
2 Commits
bdd4d8dc32
...
1b79a6cd36
| Author | SHA1 | Date |
|---|---|---|
|
|
1b79a6cd36 | |
|
|
9e5ca5e897 |
|
|
@ -26,7 +26,7 @@ func SetUpToolGroup(router *gin.Engine) {
|
|||
|
||||
//文件上传、下载
|
||||
toolGroup.POST("/upload", UploadFile)
|
||||
toolGroup.POST("/download", DownloadFile)
|
||||
toolGroup.GET("/download", DownloadFile)
|
||||
}
|
||||
|
||||
func UploadFile(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue