From 313200e00322621aaff3040a317cb32e09ebbcb3 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 30 May 2026 02:40:55 +0000 Subject: [PATCH] =?UTF-8?q?fix(master):=20=E4=BF=AE=E5=A4=8D=E7=BE=A4?= =?UTF-8?q?=E7=BB=84=E8=B4=9F=E6=95=B0=20Chat=20ID=20=E5=AF=BC=E8=87=B4=20?= =?UTF-8?q?OpenSSL=20HMAC=20=E7=AD=BE=E5=90=8D=E5=BC=95=E6=93=8E=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B3=A8=E5=85=A5=E5=B4=A9=E6=BA=83=E7=9A=84=E8=87=B4?= =?UTF-8?q?=E5=91=BD=E7=BC=BA=E9=99=B7=20(Resolves=20#58)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- master/tg_master.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/master/tg_master.sh b/master/tg_master.sh index 16e5bbd..171d3d8 100755 --- a/master/tg_master.sh +++ b/master/tg_master.sh @@ -82,6 +82,7 @@ generate_signed_url() { echo "https://${target_ip}:${target_port}${action_path}?t=${current_t}&sign=${signature}" } + # ========================================================== # 2. 数据库热升级自愈系统 # ==========================================================