From 9a30c96ef8698fa30c2f09525fc4564e1a5eebef Mon Sep 17 00:00:00 2001 From: czk <13938338+chen-zhaozhaokai@user.noreply.gitee.com> Date: Fri, 3 May 2024 10:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=A2=E9=95=BF=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 104 +++++++++--------- .../mall/auth/controller/AuthController.java | 6 + .../com/mall/auth/feign/UserServiceFeign.java | 3 +- .../auth/service/impl/AuthServiceImpl.java | 18 +-- .../java/com/mall/common/domain/UserInfo.java | 6 +- .../system/controller/UserController.class | Bin 4560 -> 5318 bytes 6 files changed, 71 insertions(+), 66 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0eb8f6c..f78310c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,15 @@