Roc 1 year ago
parent
commit
fb6dd74a9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/data_manage/edb_info.go

+ 1 - 0
controllers/data_manage/edb_info.go

@@ -37,6 +37,7 @@ type EdbInfoController struct {
 // @Param   SubSource   query   int  true       "子数据来源:0:经济数据库,1:日期序列"
 // @Param   EdbCode   query   string  false       "指标编码/指标代码"
 // @Param   StockCode   query   string  false       "证券代码"
+// @Param   Frequency   query   string  false       "频度"
 // @Success 200 {object} data_manage.EdbInfoSearchResp
 // @router /edb_info/search [get]
 func (this *EdbInfoController) EdbInfoSearch() {