From a1b1ad2cbcfa7e7a760b446f66e925b8096b4a5f Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 10:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/GatewayWorker/GatewayClientService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/GatewayWorker/GatewayClientService.php b/app/Services/GatewayWorker/GatewayClientService.php index edb402bc..e1a60180 100644 --- a/app/Services/GatewayWorker/GatewayClientService.php +++ b/app/Services/GatewayWorker/GatewayClientService.php @@ -59,9 +59,9 @@ class GatewayClientService { $message = [ 'userId' => $userId, - 'name' => $name, - 'text' => $text, - 'timestamp' => date('Y-m-d\TH:i:sP'), // ISO 8601格式时间 + 'userName' => $name, + 'content' => $text, + 'timestamp' => time(), // ISO 8601格式时间 'type' => $type ];