print log

back_recharge
wangyuan 2019-09-16 20:40:49 +08:00
parent 4306b7e518
commit dc00f02962
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ public class LoginRequestHandler extends BaseHandler<PlayerInfoProto.LoginReques
pid = Integer.valueOf(loginRequest.getChannelS());
}
LOGGER.info("the uid={},the channel={}",userId,pid);
//登陆注册入内存
String openIdFront = loginRequest.getOpenId();