Skip to content

Commit

Permalink
fix(route) ikea/cn/low-price (#17697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dddaniel1 authored Nov 24, 2024
1 parent 0ea051c commit a9f4b38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/routes/ikea/cn/low-price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function handler() {
headers: generateRequestHeaders(),
searchParams: {
processOutOfStock: 'SORT',
groupId: 'cms_低价好物_cms-商品列表-_0',
groupId: 'cms_product_cn--zh--8b08af400ac511ec909ec36c6e99b004_0_0',
page: 1,
size: 200,
},
Expand All @@ -42,6 +42,7 @@ async function handler() {
title: 'IKEA 宜家 - 低价优选',
link: 'https://www.ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40',
description: '低价优选',
allowEmpty: true,
item: response.data.products.map((element) => generateProductItem(element)),
};
}

0 comments on commit a9f4b38

Please sign in to comment.