Roc 3 years ago
parent
commit
9b2e426ce4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/company_user.go

+ 2 - 2
controllers/company_user.go

@@ -18,8 +18,8 @@ type CompanyUser struct {
 // GetUserReportList
 // @Title 获取用户阅读数据报表
 // @Description 获取用户阅读数据报表
-// @Param   start_date   query   string  true       "开始日期,格式:2021-11-03"
-// @Param   end_date   query   string  true       "结束日期,格式:2021-11-04"
+// @Param   start_date   query   string  false       "开始日期,格式:2021-11-03"
+// @Param   end_date   query   string  false       "结束日期,格式:2021-11-04"
 // @Param   mobile   query   string  false       "用户手机号"
 // @Param   email   query   string  false       "用户邮箱"
 // @Success 200 {object} company_user.UserReportListResp