@@ -328,7 +328,7 @@ class MatchListWeb extends Controller{
public function getOddsData($game_code,$model_odds,$match_ids=[],$p_code='',$type=''){
$match_id = [];
$lg_ids = [];
-
+ dd($match_ids);
foreach ($match_ids as $k => $v){
$match_id[] = $v['match_id'];
$lg_ids[] = $v['lg_id'];