sunty
2020-08-20 9d88c7c467f8d93af4aab9ba0b6d6c01c2ffc546
controllers/dictionary.go
@@ -10,6 +10,7 @@
type DictionaryController struct {
}
// @Security ApiKeyAuth
// @Summary 根据类型查找字典
// @Description  根据类型查找字典
// @Produce json
@@ -28,8 +29,10 @@
   }
}
// @Security ApiKeyAuth
// @Summary 根据父ID查找字典
// @Description  根据父ID查找字典
// @Accept x-www-form-urlencoded
// @Produce json
// @Tags 字典
// @Param parentId query string false "parentId"