[fix]fix Warning

This commit is contained in:
菜狗 2021-08-23 16:13:19 +08:00
parent afcb4d96ca
commit 9ae4555045

View File

@ -48,6 +48,7 @@ class Dynamic
Log::info("获取关键字 $t_name - $t_id");
$url = 'https://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_new?topic_id=' . $t_id;
$data = Curl::request('get', $url);
if (is_null($data)) continue;
$data = json_decode($data, true);
// new