From 3f59f9d318c1c006ed8e1227b34aed3f4971e078 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 07 七月 2025 10:43:15 +0800
Subject: [PATCH] bug修改

---
 api/outside_api_command_callback.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py
index 1e47afd..cf1140f 100644
--- a/api/outside_api_command_callback.py
+++ b/api/outside_api_command_callback.py
@@ -1513,6 +1513,7 @@
                                        client_id,
                                        request_id)
                     return
+                rate = round(rate, 2)
                 CancelRateHumanSettingManager().set_l_down(code, rate)
                 self.send_response({"code": 0, "data": {}},
                                    client_id,

--
Gitblit v1.8.0