From 0dad28101390c590c73940f33a31b7e49ece634b Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Tue, 28 Oct 2025 16:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B08686=E6=94=B6=E5=88=B0?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index 1c16363..0994e58 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -5,6 +5,7 @@ namespace plugin\webman\gateway; use ba\Random; use extend\workermans\model\Base; use GatewayWorker\Lib\Gateway; +use support\Log; use support\Redis; use Workerman\Connection\TcpConnection; use Workerman\Protocols\Http\Request; @@ -34,6 +35,7 @@ class Events $params = $request->get('params'); if (method_exists(Gateway::class, $method)) { call_user_func_array([Gateway::class, $method], [$account, $params]); + Log::info('打印8686收到消息-->' . $params); $params_arr = json_decode($params, true); // 如果是订单打印并且通过uid推送, 保存redis if($params_arr['operate_type'] == 'order_print' && $method == 'sendToUid') {