xubh 5 år sedan
förälder
incheckning
493bab132a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/java/com/minpay/common/pay/ShouhuoPay.java

+ 2 - 2
src/main/java/com/minpay/common/pay/ShouhuoPay.java

@@ -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("游戏类型异常");
 					}