增加茅台资源采集

This commit is contained in:
make
2025-10-21 21:39:04 +08:00
parent e19c65e5c5
commit 172c0f8c19
8 changed files with 1477 additions and 0 deletions

View File

@@ -110,7 +110,13 @@ class PlanTaskSeeder
'pt_code' => 'PULL_DOU_BAN_SHI_PIN',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
], [
'pt_name' => '茅台资源库全量采集',
'pt_code' => 'PULL_MAO_TAI_SHI_PIN',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
];
foreach ($arrDataNovel as $arrPlanTask) {