- QueryActs中createdAtFrom改为可选参数,但dao.QueryActs中限制actID, createdAtFrom与beginAt至少要指定其中一个条件
This commit is contained in:
@@ -114,7 +114,7 @@ func (c *ActController) CreateAct() {
|
||||
// @Title 查询活动
|
||||
// @Description 查询活动
|
||||
// @Param token header string true "认证token"
|
||||
// @Param createdAtFrom query string true "创建开始日期"
|
||||
// @Param createdAtFrom query string false "创建开始日期"
|
||||
// @Param createdAtTo query string false "创建结束日期"
|
||||
// @Param keyword query string false "关键字"
|
||||
// @Param actID query int false "活动id"
|
||||
|
||||
Reference in New Issue
Block a user