We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8457c84 commit a304f0aCopy full SHA for a304f0a
1 file changed
postalservice/services/kindal.py
@@ -6,7 +6,6 @@
6
7
8
class KindalService(BaseService):
9
-
10
@staticmethod
11
def generate_url_and_headers(params: dict):
12
"""
@@ -42,6 +41,7 @@ def generate_url_and_headers(params: dict):
42
41
"build_filter_tree": "true",
43
"sid": session_id,
44
"pg": "search_page",
+ "pf_st_zai_ku_zhuang_kuang[]": "true",
45
"zero_options": "true",
46
"product_available": "false",
47
"variant_available": "false",
0 commit comments