内容库采集支持链接类型

This commit is contained in:
wong
2025-12-30 11:06:46 +08:00
parent b0d9481cdb
commit 64358df1c1
3 changed files with 139 additions and 144 deletions

View File

@@ -84,7 +84,7 @@ class MessageFriendsListJob
$data = $response['data'];
// 判断是否有下一页
if (!empty($data) && count($data['results']) > 0) {
if (!empty($data) && count($data) > 0) {
// 有下一页,将下一页任务添加到队列
$nextPageIndex = $pageIndex + 1;
$this->addNextPageToQueue($nextPageIndex, $pageSize);