@@ -147,7 +147,7 @@ class BetService extends BaseService
return $msg;
}
- if($gameplayRuleInfo->odds <= 0){
+ if($gameplayRuleInfo['odds'] <= 0){
$text = "赔率为0 庄家通吃 禁止投注!\n";
$text .= "任何疑问都可以联系唯一财务:@{$serviceAccount}";
$msg['text'] = $text;