|
|
@@ -48,8 +48,8 @@ const EXEC_PASSWORD = 'curry'
|
|
|
|
|
|
// ✅ 所有 curl 任务
|
|
|
const tasks = [
|
|
|
- { name: '合作方账号 daily发文抓取', desc: '抓取合作方的 daily 发文', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'cooperate_accounts_monitor' } },
|
|
|
- { name: '合作方发文详情获取', desc: '获取合作方发文的详情', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'cooperate_accounts_detail' } },
|
|
|
+ { name: '合作方账号 daily发文抓取', desc: '抓取合作方的 daily 发文', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'cooperate_accounts_monitor' } },
|
|
|
+ { name: '合作方发文详情获取', desc: '获取合作方发文的详情', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'cooperate_accounts_detail' } },
|
|
|
{ name: '公众号抓取-手动挑号', desc: '公众文章抓取-手动挑号', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'crawler_gzh_articles', account_method: '1030-手动挑号', crawl_mode: 'account', strategy: 'V1' } },
|
|
|
{ name: '公众号抓取-合作账号', desc: '公众文章抓取-合作挑号', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'crawler_gzh_articles', account_method: 'cooperate_account', crawl_mode: 'account', strategy: 'V1' } },
|
|
|
{ name: '头条文章抓取', desc: '头条推荐流文章专区', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'crawler_toutiao' } },
|