Compare commits
No commits in common. "1b79a6cd36985978492f9ecd376b669a32e8af42" and "bdd4d8dc32d6e2a0e526540f2c73c302a1a668b7" have entirely different histories.
1b79a6cd36
...
bdd4d8dc32
|
|
@ -26,7 +26,7 @@ func SetUpToolGroup(router *gin.Engine) {
|
||||||
|
|
||||||
//文件上传、下载
|
//文件上传、下载
|
||||||
toolGroup.POST("/upload", UploadFile)
|
toolGroup.POST("/upload", UploadFile)
|
||||||
toolGroup.GET("/download", DownloadFile)
|
toolGroup.POST("/download", DownloadFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
func UploadFile(c *gin.Context) {
|
func UploadFile(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue