From e26ea6e9484f9a7af739f3d99e54a4d67134b450 Mon Sep 17 00:00:00 2001 From: expressgy Date: Sun, 6 Jul 2025 17:29:39 +0800 Subject: [PATCH] =?UTF-8?q?skip:=20=E8=B7=B3=E8=BF=87=E4=BB=BB=E5=8A=A15.0?= =?UTF-8?q?=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 用户选择跳过退出登录接口实现 - 任务5.0及其子任务已标记为跳过 --- tasks/M2-基础用户系统-开发任务计划.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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