This commit is contained in:
ASUS 2025-10-22 15:12:26 +08:00
parent b05ac28325
commit efd53ffafa
1 changed files with 1 additions and 1 deletions

View File

@ -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;