qrpa 1.0.13__tar.gz → 1.0.15__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.
Potentially problematic release.
This version of qrpa might be problematic. Click here for more details.
- {qrpa-1.0.13 → qrpa-1.0.15}/PKG-INFO +1 -1
- {qrpa-1.0.13 → qrpa-1.0.15}/pyproject.toml +1 -1
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/shein_lib.py +7 -4
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa.egg-info/PKG-INFO +1 -1
- {qrpa-1.0.13 → qrpa-1.0.15}/README.md +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/RateLimitedSender.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/__init__.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/db_migrator.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/fun_base.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/fun_excel.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/fun_file.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/fun_web.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/fun_win.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/shein_excel.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/shein_ziniao.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/time_utils.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/time_utils_example.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa/wxwork.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa.egg-info/SOURCES.txt +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa.egg-info/dependency_links.txt +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/qrpa.egg-info/top_level.txt +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/setup.cfg +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/setup.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/tests/test_db_migrator.py +0 -0
- {qrpa-1.0.13 → qrpa-1.0.15}/tests/test_wxwork.py +0 -0
|
@@ -523,10 +523,10 @@ class SheinLib:
|
|
|
523
523
|
log(f'获取备货信息商品列表 做成字典')
|
|
524
524
|
global DictSkuInfo
|
|
525
525
|
if skcs == None or len(skcs) == 0:
|
|
526
|
-
if mode == 3:
|
|
527
|
-
|
|
528
|
-
else:
|
|
529
|
-
|
|
526
|
+
# if mode == 3:
|
|
527
|
+
# skcs = "sh2405133614611175" # 这是一个不存在的skc
|
|
528
|
+
# else:
|
|
529
|
+
skcs = ""
|
|
530
530
|
else:
|
|
531
531
|
skcs = ",".join(skcs)
|
|
532
532
|
|
|
@@ -658,6 +658,9 @@ class SheinLib:
|
|
|
658
658
|
shelfDays = spu_info['shelfDays']
|
|
659
659
|
categoryName = spu_info['categoryName']
|
|
660
660
|
|
|
661
|
+
if mode in [3] and shelfDays != 1:
|
|
662
|
+
continue
|
|
663
|
+
|
|
661
664
|
DictSkuSalesDate = self.get_skc_week_actual_sales(skc)
|
|
662
665
|
|
|
663
666
|
for sku_info in spu_info['skuList']:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|