hk-cdp 1.0.81__tar.gz → 1.0.83__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.81 → hk_cdp-1.0.83}/PKG-INFO +1 -1
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/trade/trade_info_model.py +8 -3
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp.egg-info/PKG-INFO +1 -1
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/setup.py +1 -1
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/README.md +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/handler/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/handler/cdp_base.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/asset_base_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/cdp_helper.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/rainbow_helper.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/tiktok_spi_helper.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/libs/customize/work_base_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/cdp_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/analysis/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/analysis/analysis_report_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cap/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cap/cap_business_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cap/cap_store_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cdp/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cdp/cdp_store_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/cdp/cdp_work_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_asset_log_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_asset_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_asset_valid_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_event_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/member/member_level_log_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/prefix/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/prefix/prefix_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/queue/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/queue/queue_work_log_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/scheme_growth_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/scheme_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/scheme_integral_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/scheme_level_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/scheme/scheme_level_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/store/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/store/store_base_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/store/store_goods_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/store/store_prefix_log_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/sync/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/sync/sync_user_data_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_rds_item_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_rds_refund_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_rds_trade_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_source_buyer_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_source_history_member_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/trade/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/trade/trade_give_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/trade/trade_order_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/trade/trade_status_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/tt_rds_item_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/tt_rds_refund_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/tt_rds_trade_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/tt_source_buyer_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/tt/tt_source_history_member_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/user/__init__.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/user/user_data_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/user/user_info_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/user/user_trends_model.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp/models/enum.py +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp.egg-info/SOURCES.txt +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp.egg-info/dependency_links.txt +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp.egg-info/requires.txt +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/hk_cdp.egg-info/top_level.txt +0 -0
- {hk_cdp-1.0.81 → hk_cdp-1.0.83}/setup.cfg +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"""
|
|
3
3
|
@Author: HuangJianYi
|
|
4
4
|
@Date: 2024-10-15 18:30:21
|
|
5
|
-
@LastEditTime: 2025-06-
|
|
5
|
+
@LastEditTime: 2025-06-18 14:05:21
|
|
6
6
|
@LastEditors: HuangJianYi
|
|
7
7
|
@Description:
|
|
8
8
|
"""
|
|
@@ -51,7 +51,12 @@ class TradeInfo:
|
|
|
51
51
|
self.receiver_city = "" # 收货人所在城市
|
|
52
52
|
self.receiver_county = "" # 收货人所在城区
|
|
53
53
|
self.receiver_address = "" # 收货人所在地址
|
|
54
|
+
self.buyer_remark = "" # 买家备注
|
|
54
55
|
self.seller_remark = "" # 卖家备注
|
|
56
|
+
self.seller_flag = 0 # 卖家备注旗帜
|
|
57
|
+
self.buyer_rate = 0 # 买家是否已评价(0-未评价 1-已评价)
|
|
58
|
+
self.seller_rate = 0 # 卖家是否已评价(0-未评价 1-已评价)
|
|
59
|
+
self.expand_card_basic_price = 0 # 购物金金额
|
|
55
60
|
self.trade_source_types = "" # 交易内部来源。WAP(手机);HITAO(嗨淘);TOP(TOP平台);TAOBAO(普通淘宝);JHS(聚划算)一笔订单可能同时有以上多个标记,则以逗号分隔
|
|
56
61
|
self.create_date = "1970-01-01 00:00:00.000" # 下单时间
|
|
57
62
|
self.pay_date = "1970-01-01 00:00:00.000" # 付款时间
|
|
@@ -70,8 +75,8 @@ class TradeInfo:
|
|
|
70
75
|
def get_field_list(self):
|
|
71
76
|
return [
|
|
72
77
|
'id', 'main_pay_order_no', 'store_id', 'business_id', 'one_id', 'user_id', 'ouid', 'platform_id', 'seller_nick', 'trade_type', 'step_trade_status', 'order_price', 'pay_price', 'postage', 'discount_price', 'refund_price', 'buy_num', 'order_num', 'order_status',
|
|
73
|
-
'plat_store_id', 'receiver', 'telephone', 'receiver_province', 'receiver_city', 'receiver_county', 'receiver_address', '
|
|
74
|
-
'is_incr_data', 'process_date', 'reward_process_status', 'refund_process_status', 'surplus_refund_price'
|
|
78
|
+
'plat_store_id', 'receiver', 'telephone', 'receiver_province', 'receiver_city', 'receiver_county', 'receiver_address', 'buyer_remark', 'seller_remark', 'seller_flag', 'buyer_rate', 'seller_rate', 'expand_card_basic_price', 'trade_source_types', 'create_date',
|
|
79
|
+
'pay_date', 'consign_date', 'end_date', 'source_type', 'source_title', 'modify_date', 'is_incr_data', 'process_date', 'reward_process_status', 'refund_process_status', 'surplus_refund_price'
|
|
75
80
|
]
|
|
76
81
|
|
|
77
82
|
@classmethod
|
|
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.81 → hk_cdp-1.0.83}/hk_cdp/models/db_models/taobao/taobao_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
|
{hk_cdp-1.0.81 → hk_cdp-1.0.83}/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
|
|
File without changes
|