1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user