Administrator
2025-03-20 3967b157cab87a7e2e5c2a4516a8731c78796129
trade/trade_record_log_util.py
@@ -170,6 +170,10 @@
    __add_log(TYPE_ACTION, code, {"type": "新题材", "msg": msg})
# 加下单耗时
def add_place_order_use_time(code, msg):
    __add_log(TYPE_ACTION, code, {"type": "下单耗时", "msg": msg})
# 加白
def add_common_msg(code, type_, msg=""):