This commit is contained in:
parent
80ffd8991e
commit
fa53495f80
@ -69,6 +69,9 @@ public function download($promote_page_id)
|
||||
$items->each(fn ($item) => Testdrive::syncFromAliPromote($item, $promote_page_id));
|
||||
$this->info('===== 同步完成, 共 ' . $items->count() . ' 条数据');
|
||||
info('===== 同步完成, 共 ' . $items->count() . ' 条数据');
|
||||
} else {
|
||||
$this->info('===== 无数据');
|
||||
info('===== 无数据');
|
||||
}
|
||||
|
||||
// Check if there are more pages to query
|
||||
|
Loading…
Reference in New Issue
Block a user