|
@@ -94,6 +94,10 @@ public class AppGameBettingController extends BaseController{
|
|
|
return HttpRet.fail("游戏不存在。");
|
|
|
}
|
|
|
|
|
|
+ if(appGame.getStatus() == 0){
|
|
|
+ return HttpRet.fail("游戏已下线,无法下单。");
|
|
|
+ }
|
|
|
+
|
|
|
if(StringUtils.isBlank(appGame.getGameDate())){
|
|
|
return HttpRet.fail("游戏期号不存在,无法下单。");
|
|
|
}
|