print log
parent
4306b7e518
commit
dc00f02962
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue