Administrator
2025-01-06 2036e22b728376ae33175346d54d6ae38154c9ca
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]