swagger 错误修复, swagger文档更新

This commit is contained in:
SliverHorn
2021-03-08 15:23:38 +08:00
parent c4ec7f562a
commit 74796f3546
4 changed files with 2962 additions and 307 deletions

View File

@@ -82,7 +82,7 @@ func LoadExcel(c *gin.Context) {
// @Security ApiKeyAuth
// @accept multipart/form-data
// @Produce application/json
// @Param fileName query fileName true "模板名称"
// @Param fileName query string true "模板名称"
// @Success 200
// @Router /excel/downloadTemplate [get]
func DownloadTemplate(c *gin.Context) {