This commit is contained in:
张成
2026-03-18 17:42:38 +08:00
parent bc1068ec66
commit 18aa083c91
6 changed files with 96 additions and 43 deletions

View File

@@ -11,11 +11,14 @@ export const cron_task_list = [
type: 'flow',
flow_name: 'amazon_search_detail_reviews',
flow_payload: {
keyword: '野餐包',
// 插件参数category_keyword / sort_by / limit
category_keyword: '野餐包',
// featured / price_asc / price_desc / review / newest / bestseller
sort_by: 'bestseller',
limit: 100,
max_products: 30,
// flow 自己的参数
reviews_limit: 50,
concurrency: 1,
gap_ms: 500
}
}