From 76ca18d2618af6e6604c05315f63a7615b7f04cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 3 Nov 2020 15:59:58 +0800 Subject: [PATCH] test --- controllers/job_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"