cdk全渠道需求
parent
674d88210e
commit
498dbbb80f
|
@ -68,7 +68,7 @@ public class ExchangeCdkHandler extends BaseHandler<PlayerInfoProto.ExchangeCdkR
|
||||||
}
|
}
|
||||||
|
|
||||||
//pid
|
//pid
|
||||||
if(user.getPlayerInfoManager().getPid()!=-2&&user.getPlayerInfoManager().getPid()!=scdkInfo.getPid()){
|
if(scdkInfo.getPid()!=-2&&user.getPlayerInfoManager().getPid()!=scdkInfo.getPid()){
|
||||||
throw new ErrorCodeException(ErrorCode.CDK_FAIL);
|
throw new ErrorCodeException(ErrorCode.CDK_FAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue