From 47ef4c6938269763ba706025f99d1acee8cb008d Mon Sep 17 00:00:00 2001 From: pigeon Date: Sun, 7 Jun 2026 15:38:35 +0800 Subject: [PATCH] =?UTF-8?q?docs(plan):=20=E6=A0=87=E8=AE=B0=20Task=204=20(?= =?UTF-8?q?=E5=86=85=E9=83=A8=E6=8E=A5=E5=8F=A3=20EMAIL=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81)=20=E5=B7=B2=E5=AE=8C=E6=88=90=20(commit=2027f4a00)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superpowers/plans/2026-06-07-multi-login-social-login-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md index 4a7fc67..f678a40 100644 --- a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md +++ b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md @@ -407,7 +407,7 @@ git commit -m "feat(user): 添加第三方账号数据访问层 **Files:** - Modify: `rui-service/rui-service-user/src/main/java/com/rui/service/user/controller/inner/UserInnerController.java` -- [ ] **Step 1: 扩展 `loadUser` 方法支持 EMAIL 类型** +- [x] **Step 1: 扩展 `loadUser` 方法支持 EMAIL 类型** 修改 `loadUser` 方法的 switch 语句,添加 EMAIL case: @@ -447,7 +447,7 @@ public Result loadUser(@RequestBody LoginAccountDTO loginAccount) { 注意:删除 EMAIL 的 "邮箱登录暂未支持" 返回。 -- [ ] **Step 2: Commit** +- [x] **Step 2: Commit** ```bash git add rui-service/rui-service-user/src/main/java/com/rui/service/user/controller/inner/UserInnerController.java