hk-cdp 1.0.71__tar.gz → 1.0.73__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.
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/PKG-INFO +1 -1
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/cdp_model.py +15 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/user/user_info_model.py +2 -3
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp.egg-info/PKG-INFO +1 -1
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/setup.py +1 -1
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/README.md +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/handler/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/handler/cdp_base.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/customize/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/customize/asset_base_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/customize/cdp_helper.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/customize/tiktok_spi_helper.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/libs/customize/work_base_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/analysis/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/analysis/analysis_report_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cap/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cap/cap_business_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cap/cap_store_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cdp/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cdp/cdp_store_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/cdp/cdp_work_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_asset_log_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_asset_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_asset_valid_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_event_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/member/member_level_log_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/prefix/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/prefix/prefix_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/queue/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/queue/queue_work_log_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/scheme_growth_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/scheme_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/scheme_integral_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/scheme_level_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/scheme/scheme_level_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/store/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/store/store_base_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/store/store_goods_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/store/store_prefix_log_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/sync/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/sync/sync_user_data_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/taobao/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/taobao/taobao_rds_item_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/taobao/taobao_rds_refund_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/taobao/taobao_rds_trade_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/taobao/taobao_source_buyer_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/trade/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/trade/trade_give_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/trade/trade_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/trade/trade_order_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/trade/trade_status_info_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_rds_item_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_rds_refund_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_rds_trade_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_source_buyer_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_source_history_member_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/user/__init__.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/user/user_data_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/user/user_trends_model.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/enum.py +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp.egg-info/SOURCES.txt +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp.egg-info/dependency_links.txt +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp.egg-info/requires.txt +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp.egg-info/top_level.txt +0 -0
- {hk_cdp-1.0.71 → hk_cdp-1.0.73}/setup.cfg +0 -0
|
@@ -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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"""
|
|
3
3
|
@Author: HuangJianYi
|
|
4
4
|
@Date: 2024-10-15 18:30:21
|
|
5
|
-
@LastEditTime: 2025-
|
|
5
|
+
@LastEditTime: 2025-03-06 17:44:05
|
|
6
6
|
@LastEditors: HuangJianYi
|
|
7
7
|
@Description:
|
|
8
8
|
"""
|
|
@@ -40,7 +40,6 @@ class UserInfo:
|
|
|
40
40
|
self.encrypt_telephone = "" # 最新入会手机号密文
|
|
41
41
|
self.new_telephone = "" # 最新手机号
|
|
42
42
|
self.one_id_telephone = "" # oneid手机号
|
|
43
|
-
self.one_id_encrypt_telephone = "" # oneid密文手机号
|
|
44
43
|
self.real_name = "" # 姓名
|
|
45
44
|
self.birthday = "1970-01-01 00:00:00.000" # 生日
|
|
46
45
|
self.sex = 0 # 性别(0-未知 1-男 2-女)
|
|
@@ -70,7 +69,7 @@ class UserInfo:
|
|
|
70
69
|
@classmethod
|
|
71
70
|
def get_field_list(self):
|
|
72
71
|
return [
|
|
73
|
-
'id', 'user_id', 'user_nick', 'avatar', 'business_id', 'store_id', 'platform_id', 'scheme_id', 'one_id','omid', 'ouid', 'telephone', 'encrypt_telephone', 'new_telephone', 'one_id_telephone',
|
|
72
|
+
'id', 'user_id', 'user_nick', 'avatar', 'business_id', 'store_id', 'platform_id', 'scheme_id', 'one_id','omid', 'ouid', 'telephone', 'encrypt_telephone', 'new_telephone', 'one_id_telephone',
|
|
74
73
|
'real_name', 'birthday', 'sex', 'email', 'province', 'city','address', 'career', 'marital_status', 'init_one_id', 'behavior_type',
|
|
75
74
|
'plat_store_id', 'active_status', 'active_date','join_source_type', 'join_source_title', 'first_join_date', 'last_join_date', 'extend_info','user_status', 'member_status', 'is_join_settled', 'settled_date', 'create_date', 'modify_date'
|
|
76
75
|
]
|
|
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
|
|
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
|
|
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
|
{hk_cdp-1.0.71 → hk_cdp-1.0.73}/hk_cdp/models/db_models/tt/tt_source_history_member_model.py
RENAMED
|
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
|