|
|
@@ -78,6 +78,8 @@ static function index()
|
|
|
'league_en' => $item['league']['name'],
|
|
|
'state' => $status[$item['fixture']['status']['short']],//比赛状态:0未开始1进行中2已完场3延期4取消
|
|
|
'game_time' => $item['fixture']['timestamp'],
|
|
|
+ 'created_at' => now(),
|
|
|
+ 'updated_at' => now(),
|
|
|
];
|
|
|
}
|
|
|
}
|