From 3d6689090c4c59924d80364e5921f36e9396c1da Mon Sep 17 00:00:00 2001 From: yuyang Date: Thu, 10 Feb 2022 14:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E6=AC=BE=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java b/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java index 7df12133..88051eb5 100644 --- a/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java +++ b/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java @@ -189,6 +189,7 @@ public class XhpcAppUserServiceImpl extends BaseService implements IXhpcAppUserU String phone = StringUtils.valueOf(map.get("phone")); String type = StringUtils.valueOf(map.get("type")); String tenantId = StringUtils.valueOf(map.get("tenantId")); + logger.info("<<<<<<<<<>>>>>>>>>>>"+code); if("18123374652".equals(phone) && "123456".equals(code)){ if("1".equals(type)){ return appLogin(phone, "1", "ot6ul4nlSC5ZZOC4rTLS5hedFTGk", tenantId);