|
|
@@ -207,9 +207,9 @@ public class ShouhuoPay implements IMINAction{
|
|
|
}else if("01".equals(proType)){
|
|
|
if("0".equals(gameRule)){ //幸运购
|
|
|
turnPage = Service.lookup(IPublicService.class).getSysParValue(user.getChannel() + "_SHOUHUO_GAMEBUYING_PAGE");
|
|
|
- }else{
|
|
|
+ }else if("1".equals(gameRule)){
|
|
|
turnPage = Service.lookup(IPublicService.class).getSysParValue(user.getChannel() + "_SHOUHUO_GAMEBUYING_PAGE");
|
|
|
- }if("1".equals(gameRule)){
|
|
|
+ } else{
|
|
|
throw new MINBusinessException("游戏类型异常");
|
|
|
}
|
|
|
|