seven 5 giorni fa
parent
commit
f7b6d48224
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;