This commit is contained in:
2026-03-26 20:56:06 +08:00
parent 6200fcc66f
commit 7164dc3ed5
10 changed files with 667 additions and 1275 deletions

View File

@@ -186,6 +186,8 @@ export async function run_amazon_search_detail_reviews_flow(flow_payload) {
await sleep_ms(1000);
const list_payload = { category_keyword, limit };
if (sort_by) {
list_payload.sort_by = sort_by;