Ken 3 dni temu
rodzic
commit
84476a1695
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      app/Services/BetService.php

+ 4 - 4
app/Services/BetService.php

@@ -741,7 +741,7 @@ class BetService extends BaseService
 
 
                 if (in_array('13操', $awards) || in_array('14操', $awards)) {
                 if (in_array('13操', $awards) || in_array('14操', $awards)) {
                     // 13 14特殊处理倍率
                     // 13 14特殊处理倍率
-                    if (in_array($v['keywords'], self::$OTHER_BET_1)) {
+                    if (in_array($v['keywords'], self::$OTHER_BET_2)) {
                         if ($sum < 10000) {
                         if ($sum < 10000) {
                             $odds = 1.5;
                             $odds = 1.5;
                         } else {
                         } else {
@@ -749,9 +749,9 @@ class BetService extends BaseService
                         }
                         }
                     }
                     }
 
 
-                    if (in_array($v['keywords'], self::$OTHER_BET_2)) {
-                        $odds = 1;
-                    }
+//                    if (in_array($v['keywords'], self::$OTHER_BET_2)) {
+//                        $odds = 1;
+//                    }
                 }
                 }
 
 
                 $profit = bcmul($amount, $odds, 2); // 保留两位小数
                 $profit = bcmul($amount, $odds, 2); // 保留两位小数