Commit 950959f5 authored by muhong's avatar muhong

修改 快捷登录

parent fcaea8d8
......@@ -195,6 +195,7 @@ public class UserServiceImpl implements UserService {
return Result.failed("获取用户手机号失败");
}
// 获取登录结果
dto.setMobile(mobile);
Map<String, Object> result = getLoginResult(dto, request);
Switch switchh = switchService.findOnly();
boolean isOpen = Objects.nonNull(switchh) && switchh.getState() == 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment