doc: 更新文档

This commit is contained in:
Pang
2023-12-16 23:39:03 +08:00
parent 332bed3136
commit 971167cad3
52 changed files with 25529 additions and 401 deletions

View File

@@ -2197,7 +2197,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/task/move 35. 任务移动
* @api {get} api/project/task/move 38. 任务移动
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
@@ -2238,7 +2238,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/flow/list 38. 工作流列表
* @api {get} api/project/flow/list 39. 工作流列表
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -2264,7 +2264,7 @@ class ProjectController extends AbstractController
}
/**
* @api {post} api/project/flow/save 39. 保存工作流
* @api {post} api/project/flow/save 40. 保存工作流
*
* @apiDescription 需要token身份(限:项目负责人)
* @apiVersion 1.0.0
@@ -2298,7 +2298,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/flow/delete 40. 删除工作流
* @api {get} api/project/flow/delete 41. 删除工作流
*
* @apiDescription 需要token身份(限:项目负责人)
* @apiVersion 1.0.0
@@ -2330,7 +2330,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/log/lists 41. 获取项目、任务日志
* @api {get} api/project/log/lists 42. 获取项目、任务日志
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -2383,7 +2383,7 @@ class ProjectController extends AbstractController
}
/**
* @api {get} api/project/top 42. 项目置顶
* @api {get} api/project/top 43. 项目置顶
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0