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})