@@ -236,11 +236,9 @@ class Head extends Controller{
case 'StStringScene'://串场
$type[$k]['matchNum'] = count($StStringScene);
break;
- /*
case 'StChampion'://冠军
$type[$k]['matchNum'] = count($oddsAll);
- */
default:
throw new \Exception(Render([], '10002', lang('Tips', 'Sports')->get('PARAM_ERROR')));
}
@@ -25,9 +25,9 @@ return array(
'type_code' => 'StStringScene',
'type_name' => '串场',
] ,
- [
- 'type_id' => 6,
- 'type_code' => 'StChampion',
- 'type_name' => '冠军',
- ]
+ // [
+ // 'type_id' => 6,
+ // 'type_code' => 'StChampion',
+ // 'type_name' => '冠军',
+ // ]
);