Administrator
2025-03-18 57e437e6e38d6b12c28ddc8fb5b2dde45c2c1556
trade/trade_record_log_util.py
@@ -155,8 +155,18 @@
    __add_log(TYPE_ACTION, code, {"type": "加白", "msg": msg})
# 加想
def add_want_buy(code, msg=""):
    __add_log(TYPE_ACTION, code, {"type": "加想", "msg": msg})
# 移想
def remove_want_buy(code, msg=""):
    __add_log(TYPE_ACTION, code, {"type": "移想", "msg": msg})
# 加白
def add_common_msg(code, type_,  msg=""):
def add_common_msg(code, type_, msg=""):
    __add_log(TYPE_ACTION, code, {"type": type_, "msg": msg})