hk-cdp 1.0.85__py3-none-any.whl → 1.0.86__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/db_models/member/member_event_model.py +3 -1
- {hk_cdp-1.0.85.dist-info → hk_cdp-1.0.86.dist-info}/METADATA +1 -1
- {hk_cdp-1.0.85.dist-info → hk_cdp-1.0.86.dist-info}/RECORD +6 -6
- {hk_cdp-1.0.85.dist-info → hk_cdp-1.0.86.dist-info}/LICENSE +0 -0
- {hk_cdp-1.0.85.dist-info → hk_cdp-1.0.86.dist-info}/WHEEL +0 -0
- {hk_cdp-1.0.85.dist-info → hk_cdp-1.0.86.dist-info}/top_level.txt +0 -0
|
@@ -28,6 +28,8 @@ class MemberEvent:
|
|
|
28
28
|
self.id = 0
|
|
29
29
|
self.business_id = 0 # 商家标识
|
|
30
30
|
self.one_id = "" # one_id
|
|
31
|
+
self.store_id = 0 # 店铺标识
|
|
32
|
+
self.platform_id = 0 # 平台标识(1-淘宝 2-抖音 3-京东 4-微信)
|
|
31
33
|
self.event_type = 0 # 事件类型(1-初始化 2-激活 3-绑定 4-注册 5-退会 6-合并 7-获取手机号)
|
|
32
34
|
self.event_reason = "" # 事件原因
|
|
33
35
|
self.event_desc = {} # 事件描述
|
|
@@ -35,7 +37,7 @@ class MemberEvent:
|
|
|
35
37
|
|
|
36
38
|
@classmethod
|
|
37
39
|
def get_field_list(self):
|
|
38
|
-
return ['id', 'business_id', 'one_id', 'event_type', 'event_reason', 'event_desc', 'create_date']
|
|
40
|
+
return ['id', 'business_id', 'one_id', 'store_id', 'platform_id', 'event_type', 'event_reason', 'event_desc', 'create_date']
|
|
39
41
|
|
|
40
42
|
@classmethod
|
|
41
43
|
def get_primary_key(self):
|
|
@@ -24,7 +24,7 @@ hk_cdp/models/db_models/member/__init__.py,sha256=848n8bTcWDnFiqDnucKrEMskbXJMLz
|
|
|
24
24
|
hk_cdp/models/db_models/member/member_asset_log_model.py,sha256=NnUbiCAmJcmB16iVDnsSQITlDo4Sw8zsUEIk6cgS00w,3079
|
|
25
25
|
hk_cdp/models/db_models/member/member_asset_model.py,sha256=zhH7JSStpU3HBxedN90Ch4ZFvc3SvP9jXub1XvE9SHE,2086
|
|
26
26
|
hk_cdp/models/db_models/member/member_asset_valid_model.py,sha256=PYm-S9dm9fbQNddSaZyvSXdQMhFbL3zvYWljOSaoyAU,1683
|
|
27
|
-
hk_cdp/models/db_models/member/member_event_model.py,sha256=
|
|
27
|
+
hk_cdp/models/db_models/member/member_event_model.py,sha256=hiWgI3NKbvUEjkdCts74f4vtNzsMKhomJSzz4d2iFZ0,1775
|
|
28
28
|
hk_cdp/models/db_models/member/member_info_model.py,sha256=wN19kTue0qQq9L4SZUf5GnljUXDUO7zmKasFYK74eoc,3170
|
|
29
29
|
hk_cdp/models/db_models/member/member_level_log_model.py,sha256=3auG7-IV10ujLt89SG1ajXb1qorsW_UW7FerOnUFnoU,2469
|
|
30
30
|
hk_cdp/models/db_models/prefix/__init__.py,sha256=EVHAkNcWIFBqGvVLFdf7PkUquZgumIjvhgMCzst5Bzw,188
|
|
@@ -64,8 +64,8 @@ hk_cdp/models/db_models/user/__init__.py,sha256=O_F1_TiR_075ATAHcahxTKJwUdYeY-Qz
|
|
|
64
64
|
hk_cdp/models/db_models/user/user_data_model.py,sha256=Z8Hr9xarLXvlKWKV0o25KVVVJiiOVyLOwYY7KfNLDrs,2742
|
|
65
65
|
hk_cdp/models/db_models/user/user_info_model.py,sha256=TywpvlFGkch9hO_szyhin-ed4xfTWBM7L59IU96SfxU,4138
|
|
66
66
|
hk_cdp/models/db_models/user/user_trends_model.py,sha256=oxJCBnJQEvFr1_heV_cxRrPIic6_oSoLqARc6ldp2LM,1592
|
|
67
|
-
hk_cdp-1.0.
|
|
68
|
-
hk_cdp-1.0.
|
|
69
|
-
hk_cdp-1.0.
|
|
70
|
-
hk_cdp-1.0.
|
|
71
|
-
hk_cdp-1.0.
|
|
67
|
+
hk_cdp-1.0.86.dist-info/LICENSE,sha256=hKHSuDoDoyOk6vOrpkYnOXZ640PvhUa-BTQbRRtFsUk,1061
|
|
68
|
+
hk_cdp-1.0.86.dist-info/METADATA,sha256=mVAsm2wXh9o43l_10bHdFWQ2JUijWR3FhhzTkN1Wl5w,7101
|
|
69
|
+
hk_cdp-1.0.86.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
70
|
+
hk_cdp-1.0.86.dist-info/top_level.txt,sha256=omzIr_m5qnzhfcdscOVr4P4JUB49wlP6KztqvlqDntw,7
|
|
71
|
+
hk_cdp-1.0.86.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|