调试小程序登录

This commit is contained in:
TinyAnts 2022-09-16 15:07:29 +08:00
parent 11aac78bdf
commit b88815e496
1 changed files with 4 additions and 0 deletions

View File

@ -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);