调试小程序登录
This commit is contained in:
parent
11aac78bdf
commit
b88815e496
|
|
@ -167,6 +167,10 @@ public class LoginServiceImpl implements ILoginService {
|
|||
userMapper.updateById(user);
|
||||
}
|
||||
log.error("能来码");
|
||||
log.error(String.valueOf(user));
|
||||
log.error(user.getMobile());
|
||||
|
||||
|
||||
String token = ToolsUtil.makeToken();
|
||||
RedisUtil.set(FrontConfig.frontendTokenKey+token, userId, 7200);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue