packid修改

back_recharge
lvxinran 2021-08-04 21:41:47 +08:00
parent 9bd09974d9
commit c7a897e3b9
1 changed files with 1 additions and 1 deletions

View File

@ -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];
} }
} }