mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-20 10:30:05 +08:00
Merge branch 'lkeme:master' into master
This commit is contained in:
commit
3e28acfed9
@ -48,6 +48,7 @@ class Dynamic
|
|||||||
Log::info("获取关键字 $t_name - $t_id");
|
Log::info("获取关键字 $t_name - $t_id");
|
||||||
$url = 'https://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_new?topic_id=' . $t_id;
|
$url = 'https://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_new?topic_id=' . $t_id;
|
||||||
$data = Curl::request('get', $url);
|
$data = Curl::request('get', $url);
|
||||||
|
if (is_null($data)) continue;
|
||||||
$data = json_decode($data, true);
|
$data = json_decode($data, true);
|
||||||
|
|
||||||
// new
|
// new
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user