Ken 3 天之前
父节点
当前提交
5944eb2f3b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -739,6 +739,7 @@ class BetService extends BaseService
                 // $amount = rtrim($amount, '.');   // 如果末尾是 . 就去掉
                 $odds = $v['odds'];
 
+//                玩 大单 小单 大双 小双 :如果开出13和14 总注小于10000 1.5赔率含本,大于等于10000退本金。
                 if (in_array('13操', $awards) || in_array('14操', $awards)) {
                     // 13 14特殊处理倍率
                     if (in_array($v['keywords'], self::$OTHER_BET_2)) {