Skip to content

Commit a9f4b38

Browse files
authored
fix(route) ikea/cn/low-price (#17697)
1 parent 0ea051c commit a9f4b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/routes/ikea/cn/low-price.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function handler() {
3232
headers: generateRequestHeaders(),
3333
searchParams: {
3434
processOutOfStock: 'SORT',
35-
groupId: 'cms_低价好物_cms-商品列表-_0',
35+
groupId: 'cms_product_cn--zh--8b08af400ac511ec909ec36c6e99b004_0_0',
3636
page: 1,
3737
size: 200,
3838
},
@@ -42,6 +42,7 @@ async function handler() {
4242
title: 'IKEA 宜家 - 低价优选',
4343
link: 'https://www.ikea.cn/cn/zh/campaigns/wo3-men2-de-chao1-zhi2-di1-jia4-pub8b08af40',
4444
description: '低价优选',
45+
allowEmpty: true,
4546
item: response.data.products.map((element) => generateProductItem(element)),
4647
};
4748
}

0 commit comments

Comments
 (0)