seven hai 5 días
pai
achega
f7b6d48224
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;