|
|
@@ -129,6 +129,7 @@ class MatchListWeb extends Controller{
|
|
|
|
|
|
//获取赛事数据
|
|
|
public function getMatchData($type,$game_code,$p_code='',$time=''){
|
|
|
+ dd(1232);
|
|
|
//$p_code 获取具体玩法下的赛事数据
|
|
|
$models = $this->commonFunction->getModels($game_code,1);
|
|
|
$where = $this->commonFunction->getState($type,$models['model_match']);
|