dev
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
珂珂 2024-12-07 16:13:27 +08:00
parent 80ffd8991e
commit fa53495f80

View File

@ -69,6 +69,9 @@ public function download($promote_page_id)
$items->each(fn ($item) => Testdrive::syncFromAliPromote($item, $promote_page_id)); $items->each(fn ($item) => Testdrive::syncFromAliPromote($item, $promote_page_id));
$this->info('===== 同步完成, 共 ' . $items->count() . ' 条数据'); $this->info('===== 同步完成, 共 ' . $items->count() . ' 条数据');
info('===== 同步完成, 共 ' . $items->count() . ' 条数据'); info('===== 同步完成, 共 ' . $items->count() . ' 条数据');
} else {
$this->info('===== 无数据');
info('===== 无数据');
} }
// Check if there are more pages to query // Check if there are more pages to query