diff --git a/tasks/M2-基础用户系统-开发任务计划.md b/tasks/M2-基础用户系统-开发任务计划.md index 1173c59..862e3b9 100644 --- a/tasks/M2-基础用户系统-开发任务计划.md +++ b/tasks/M2-基础用户系统-开发任务计划.md @@ -91,12 +91,12 @@ - [x] 4.4 扩展auth.controller.ts - 实现刷新路由 - [x] 4.5 扩展auth.test.md - 编写刷新测试用例文档 -- [ ] 5.0 POST /auth/logout - 退出登录接口 - - [ ] 5.1 扩展auth.schema.ts - 定义退出Schema - - [ ] 5.2 扩展auth.response.ts - 定义退出响应格式 - - [ ] 5.3 扩展auth.service.ts - 实现退出业务逻辑 - - [ ] 5.4 扩展auth.controller.ts - 实现退出路由 - - [ ] 5.5 扩展auth.test.md - 编写退出测试用例文档 +- ~~[ ] 5.0 POST /auth/logout - 退出登录接口~~ + - ~~[ ] 5.1 扩展auth.schema.ts - 定义退出Schema~~ + - ~~[ ] 5.2 扩展auth.response.ts - 定义退出响应格式~~ + - ~~[ ] 5.3 扩展auth.service.ts - 实现退出业务逻辑~~ + - ~~[ ] 5.4 扩展auth.controller.ts - 实现退出路由~~ + - ~~[ ] 5.5 扩展auth.test.md - 编写退出测试用例文档~~ - [ ] 6.0 POST /auth/password/reset-request - 找回密码接口 - [ ] 6.1 扩展auth.schema.ts - 定义找回密码Schema