|
|
@@ -501,7 +501,7 @@ class ZqRule
|
|
|
$bet_score = explode('-', $bet_match->condition);
|
|
|
$bet_home_score = (int)$bet_score[0];
|
|
|
$bet_guest_score = isset($bet_score[1]) ? intval($bet_score[1]) : 0;
|
|
|
- if ($p_code != 'bodan') return false;
|
|
|
+
|
|
|
|
|
|
//获取赛事最终结果数据
|
|
|
$result_match = $this->getHalfData($result_match);
|
|
|
@@ -790,7 +790,7 @@ class ZqRule
|
|
|
$full_home_score = $result_match->home_score;
|
|
|
$full_guest_score = $result_match->guest_score;
|
|
|
//半场/全场盘口
|
|
|
- if ($p_code != 'half_full') return false;
|
|
|
+
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1346,7 +1346,7 @@ class ZqRule
|
|
|
$full_home_score = $result_match->home_score;
|
|
|
$full_guest_score = $result_match->guest_score;
|
|
|
//双重机会
|
|
|
- if ($p_code != 'sw_DC') return false;
|
|
|
+ //if ($p_code != 'sw_DC') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1395,7 +1395,7 @@ class ZqRule
|
|
|
$full_home_score = $result_match->home_score;
|
|
|
$full_guest_score = $result_match->guest_score;
|
|
|
//三项让球投注
|
|
|
- if ($p_code != 'sw_W3') return false;
|
|
|
+ //if ($p_code != 'sw_W3') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1453,7 +1453,7 @@ class ZqRule
|
|
|
$full_home_score = $result_match->home_score;
|
|
|
$full_guest_score = $result_match->guest_score;
|
|
|
//零失球
|
|
|
- if ($p_code != 'sw_CS') return false;
|
|
|
+ //if ($p_code != 'sw_CS') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1502,7 +1502,7 @@ class ZqRule
|
|
|
$full_home_score = $result_match->home_score;
|
|
|
$full_guest_score = $result_match->guest_score;
|
|
|
//零失球
|
|
|
- if ($p_code != 'sw_WN') return false;
|
|
|
+ //if ($p_code != 'sw_WN') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1555,7 +1555,7 @@ class ZqRule
|
|
|
$half_home_score = $result_match->u_home_score;
|
|
|
$half_guest_score = $result_match->u_guest_score;
|
|
|
//赢得所有半场
|
|
|
- if ($p_code != 'sw_WB') return false;
|
|
|
+ //if ($p_code != 'sw_WB') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1608,7 +1608,7 @@ class ZqRule
|
|
|
$half_home_score = $result_match->u_home_score;
|
|
|
$half_guest_score = $result_match->u_guest_score;
|
|
|
//赢得任一半场
|
|
|
- if ($p_code != 'WEH') return false;
|
|
|
+ //if ($p_code != 'WEH') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1661,7 +1661,7 @@ class ZqRule
|
|
|
$half_home_score = $result_match->u_home_score;
|
|
|
$half_guest_score = $result_match->u_guest_score;
|
|
|
//双半场进球
|
|
|
- if ($p_code != 'DHG') return false;
|
|
|
+ //if ($p_code != 'DHG') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1718,7 +1718,7 @@ class ZqRule
|
|
|
$lower_home_score = $full_home_score - $half_home_score;
|
|
|
$lower_guest_score = $half_guest_score - $half_guest_score;
|
|
|
//最多进球半场
|
|
|
- if ($p_code != 'MHG') return false;
|
|
|
+ //if ($p_code != 'MHG') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1775,7 +1775,7 @@ class ZqRule
|
|
|
$lower_home_score = $full_home_score - $half_home_score;
|
|
|
$lower_guest_score = $half_guest_score - $half_guest_score;
|
|
|
//最多进球半场-独赢
|
|
|
- if ($p_code != 'MHGC') return false;
|
|
|
+ //if ($p_code != 'MHGC') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1833,7 +1833,7 @@ class ZqRule
|
|
|
// }
|
|
|
|
|
|
//首个进球时间
|
|
|
- if ($p_code != 'FGT') return false;
|
|
|
+ //if ($p_code != 'FGT') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|
|
|
@@ -1902,7 +1902,7 @@ class ZqRule
|
|
|
|
|
|
|
|
|
//首个进球时间-3项
|
|
|
- if ($p_code != 'FGTT') return false;
|
|
|
+ //if ($p_code != 'FGTT') return false;
|
|
|
|
|
|
//返回结果
|
|
|
$data = [
|