skip: 跳过任务5.0退出登录接口

- 用户选择跳过退出登录接口实现

- 任务5.0及其子任务已标记为跳过
This commit is contained in:
expressgy 2025-07-06 17:29:39 +08:00
parent b2fe0925ef
commit e26ea6e948

View File

@ -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