From efd53ffafaa701400088e718b646e26705ab61c6 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 22 Oct 2025 15:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=98=E6=89=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 5d6beb1..7c4b1af 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -147,7 +147,7 @@ class Events 'msg_id' => '', 'type' => 'time_discount', 'status' => $res, - 'data' => json_decode($message, true), + 'data' => json_decode($message['data'], true), ]; Gateway::sendToClient($client_id, json_encode($snd_data)); return;