From 6a0d3ff5832e57ee1b1374d086f24b3c1679b332 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 05 九月 2025 18:22:24 +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