diff --git a/controllers/job_controller.go b/controllers/job_controller.go index 5c5fdb1f5..1d801384e 100644 --- a/controllers/job_controller.go +++ b/controllers/job_controller.go @@ -60,7 +60,7 @@ func (c *JobController) GetJobCategories() { // @Title 查看任务列表 // @Description 查看任务列表 -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Param userIDs query string false "用户IDs" // @Param categoryIDs query string false "分类IDs" // @Param statuss query string false "状态s"