seven 5 日 前
コミット
f7b6d48224
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -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;