From 8b5f4dcda25d4aa72a35d778f8cb3757c26acc42 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 07 八月 2025 10:34:02 +0800 Subject: [PATCH] 修改接口 --- api/outside_api_command_callback.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py index 9a5cff6..42eea24 100644 --- a/api/outside_api_command_callback.py +++ b/api/outside_api_command_callback.py @@ -1032,7 +1032,7 @@ except Exception as e: logger_debug.exception(e) - result = {"code": 0, "data": {"account_available_money": account_available_money, "delegates": fdatas}} + result = {"code": 0, "data": {"account_available_money": account_available_money, "delegates": fdatas, "rate_of_increase_step": constant.L_DOWN_RATE_INCREASE_STEP}} self.send_response(result, client_id, request_id) elif ctype == "get_delegated_buy_code_infos_v2": account_available_money = trade_data_manager.AccountMoneyManager().get_available_money_cache() -- Gitblit v1.8.0