hk-cdp 1.0.72__py3-none-any.whl → 1.0.73__py3-none-any.whl
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.
- hk_cdp/models/cdp_model.py +15 -0
- {hk_cdp-1.0.72.dist-info → hk_cdp-1.0.73.dist-info}/METADATA +1 -1
- {hk_cdp-1.0.72.dist-info → hk_cdp-1.0.73.dist-info}/RECORD +6 -6
- {hk_cdp-1.0.72.dist-info → hk_cdp-1.0.73.dist-info}/LICENSE +0 -0
- {hk_cdp-1.0.72.dist-info → hk_cdp-1.0.73.dist-info}/WHEEL +0 -0
- {hk_cdp-1.0.72.dist-info → hk_cdp-1.0.73.dist-info}/top_level.txt +0 -0
hk_cdp/models/cdp_model.py
CHANGED
|
@@ -54,6 +54,21 @@ class ListKey():
|
|
|
54
54
|
if is_check == True:
|
|
55
55
|
return f"{prefix}:check:{store_id}"
|
|
56
56
|
return f"{prefix}:{store_id}"
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
@classmethod
|
|
60
|
+
def history_member_settle_list(self, store_id, is_check = False):
|
|
61
|
+
"""
|
|
62
|
+
:description: 注册会员进行初始化计算队列
|
|
63
|
+
:param store_id: 店铺标识
|
|
64
|
+
:param is_check: is_check
|
|
65
|
+
:return str
|
|
66
|
+
:last_editors: HuangJianYi
|
|
67
|
+
"""
|
|
68
|
+
prefix = "history_member_settle_list"
|
|
69
|
+
if is_check == True:
|
|
70
|
+
return f"{prefix}:check:{store_id}"
|
|
71
|
+
return f"{prefix}:{store_id}"
|
|
57
72
|
|
|
58
73
|
|
|
59
74
|
@classmethod
|
|
@@ -8,7 +8,7 @@ hk_cdp/libs/customize/cdp_helper.py,sha256=hy0Jjgk2TK5LK5_6jRfZEL-_J4oR75HxDn4vr
|
|
|
8
8
|
hk_cdp/libs/customize/tiktok_spi_helper.py,sha256=CBzZOZlwcJdI22HOewIPTvAPWOHYdyvq7OAZhijTlFA,3575
|
|
9
9
|
hk_cdp/libs/customize/work_base_model.py,sha256=ML_ayAR1AMMv8MTIGbS1jSZCvbbFXSEG59FkdXbT3cM,1854
|
|
10
10
|
hk_cdp/models/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
|
11
|
-
hk_cdp/models/cdp_model.py,sha256=
|
|
11
|
+
hk_cdp/models/cdp_model.py,sha256=GxC3zXZ0po2iFkaFeTYcnq8S7hGXQ-vUb9rYoka-BMI,5948
|
|
12
12
|
hk_cdp/models/enum.py,sha256=0-kP-3RguGLZXHaamyBqlQMSNGOOH09yqksrz-o8ZrE,2381
|
|
13
13
|
hk_cdp/models/db_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
hk_cdp/models/db_models/analysis/__init__.py,sha256=2opxCsJ4Qkuo22o6EFbUGOm0ERfM6dwtXLcIvRB61qA,192
|
|
@@ -62,8 +62,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
|
|
|
62
62
|
hk_cdp/models/db_models/user/user_data_model.py,sha256=_0PbEsUf5e2JY2PL3LLj09cGAtAmS0dhnJnLCDNdkNc,2696
|
|
63
63
|
hk_cdp/models/db_models/user/user_info_model.py,sha256=60Rwfn-N-M3zpp1zipxyXrHDyftkTU5J3lhIrAiFavY,4104
|
|
64
64
|
hk_cdp/models/db_models/user/user_trends_model.py,sha256=CjlIbFFkTdTGIHYQ-cHkg9xUz92QC-sxmMBGPzcUvc4,1544
|
|
65
|
-
hk_cdp-1.0.
|
|
66
|
-
hk_cdp-1.0.
|
|
67
|
-
hk_cdp-1.0.
|
|
68
|
-
hk_cdp-1.0.
|
|
69
|
-
hk_cdp-1.0.
|
|
65
|
+
hk_cdp-1.0.73.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
|
|
66
|
+
hk_cdp-1.0.73.dist-info/METADATA,sha256=vimOzpJ1z5BKj3GBPRjUSB1o4T9G6GNU_1-RJEW_daE,7101
|
|
67
|
+
hk_cdp-1.0.73.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
68
|
+
hk_cdp-1.0.73.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
|
|
69
|
+
hk_cdp-1.0.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|