Administrator
2025-01-09 10b85453b37b21f297cc7d6fb50c1954d5a6acb6
third_data/code_plate_key_manager.py
@@ -429,7 +429,8 @@
                    strong = cls.get_market_strong()
                    if strong is None:
                        strong = 60
                    if data[3] > 3000e4:
                    if data[3] > 3e7:
                        # 大于3千万
                        THRESHOLD_MONEY = int((1 - strong / 200) * data[3])
                    else:
                        THRESHOLD_MONEY = data[3]