Skip to content

Commit d9678da

Browse files
SliverHornpixel
authored andcommitted
swagger 错误修复, swagger文档更新
1 parent 97f51e8 commit d9678da

File tree

4 files changed

+2835
-180
lines changed

4 files changed

+2835
-180
lines changed

server/api/v1/exa_excel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func LoadExcel(c *gin.Context) {
8282
// @Security ApiKeyAuth
8383
// @accept multipart/form-data
8484
// @Produce application/json
85-
// @Param fileName query fileName true "模板名称"
85+
// @Param fileName query string true "模板名称"
8686
// @Success 200
8787
// @Router /excel/downloadTemplate [get]
8888
func DownloadTemplate(c *gin.Context) {

0 commit comments

Comments
 (0)