api/outside_api_command_callback.py
@@ -1586,6 +1586,14 @@ self.send_response({"code": 0, "data": {}}, client_id, request_id) elif ctype == "remove_l_down_rate": # 删除L后撤单比例 code = data.get("code") CancelRateHumanSettingManager().remove_l_down(code) trade_record_log_util.add_common_msg(code, "删除L后预设比例") self.send_response({"code": 0, "data": {}}, client_id, request_id) elif ctype == "get_continue_buy_info": # 设置L后撤单比例