From cc2c7a8514d3d6eea4f73b5875c2500883d165f0 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 26 五月 2025 22:57:20 +0800
Subject: [PATCH] 增加自动加白接口

---
 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