xubh 5 년 전
부모
커밋
434c735712
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/minpay/common/pay/ShouhuoPay.java

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

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