|
@@ -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
|