Compare commits
No commits in common. "2b11a58a2daf80c31e4c3d70d525c95a0325e9d1" and "45fa575f196df7dc256dffde43dc8257e41309fd" have entirely different histories.
2b11a58a2d
...
45fa575f19
|
|
@ -23,7 +23,7 @@ func SetUpToolGroup(router *gin.Engine) {
|
||||||
|
|
||||||
//文件上传、下载
|
//文件上传、下载
|
||||||
toolGroup.POST("/upload", UploadFile)
|
toolGroup.POST("/upload", UploadFile)
|
||||||
toolGroup.POST("/download", DownloadFile)
|
toolGroup.GET("/download", DownloadFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
func UploadFile(c *gin.Context) {
|
func UploadFile(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue