sc-common-interface 2.5.2__tar.gz → 2.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/PKG-INFO +1 -1
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/LiveCommonInterface.py +3 -3
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/PKG-INFO +1 -1
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/setup.py +1 -1
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/McCommonInterface.py +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/Platform.py +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/PostCommonInterface.py +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/__init__.py +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/SOURCES.txt +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/dependency_links.txt +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/requires.txt +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/top_level.txt +0 -0
- {sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/setup.cfg +0 -0
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/LiveCommonInterface.py
RENAMED
|
@@ -1472,9 +1472,9 @@ def search_product_set(data):
|
|
|
1472
1472
|
query = ""
|
|
1473
1473
|
if "query" in data:
|
|
1474
1474
|
query = data["query"]
|
|
1475
|
-
url = "%s/admin/api/bff-web/live/sale/%s/
|
|
1476
|
-
param = {"pageNum":1,"pageSize":10,"query":query}
|
|
1477
|
-
print(param)
|
|
1475
|
+
url = "%s/admin/api/bff-web/live/sale/%s/sale_list/product_set"%(env,sales_id)
|
|
1476
|
+
param = {"pageNum":1,"pageSize":10,"query":query,"queryType":"PRODUCT_NAME"}
|
|
1477
|
+
# print(param)
|
|
1478
1478
|
res = requests.get(url,headers=headers,params=param).json()
|
|
1479
1479
|
return res
|
|
1480
1480
|
|
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/McCommonInterface.py
RENAMED
|
File without changes
|
|
File without changes
|
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface/PostCommonInterface.py
RENAMED
|
File without changes
|
|
File without changes
|
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/requires.txt
RENAMED
|
File without changes
|
{sc-common-interface-2.5.2 → sc-common-interface-2.5.3}/sc_common_interface.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|