From ae8d76a456b64c1c6c4ebf11b6ec33b7df217b1a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 八月 2025 13:43:46 +0800 Subject: [PATCH] bug修复 --- third_data/kpl_util.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/third_data/kpl_util.py b/third_data/kpl_util.py index 9841641..0ecdf06 100644 --- a/third_data/kpl_util.py +++ b/third_data/kpl_util.py @@ -66,6 +66,7 @@ INDUSTRY_RANK = "industry_rank" JINGXUAN_RANK = "jingxuan_rank" JINGXUAN_RANK_OUT = "jingxuan_rank_out" + MARKET_STRONG = "market_strong" def __parseDaBanItemData(data, type): if type == DABAN_TYPE_BIDDING: -- Gitblit v1.8.0