packid修改
parent
9bd09974d9
commit
c7a897e3b9
|
|
@ -109,7 +109,7 @@ public class LoginRequestHandler extends BaseHandler<PlayerInfoProto.LoginReques
|
||||||
bundle_id = splitChannelS[1];
|
bundle_id = splitChannelS[1];
|
||||||
}
|
}
|
||||||
if(!StringUtil.isEmpty(splitChannelS[2])){
|
if(!StringUtil.isEmpty(splitChannelS[2])){
|
||||||
pack_Id = splitChannelS[1];
|
pack_Id = splitChannelS[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue