seven 5 days ago
parent
commit
f7b6d48224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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