l2_data_util.py
@@ -41,7 +41,13 @@ else: return False # 获取大资金的金额 def get_big_money_val(limit_up_price): if limit_up_price > 3.0: return 300 * 10000 else: max_money = limit_up_price * 10000 return max_money * 0.95 # if int(val["num"]) >= constant.BIG_MONEY_NUM: