From fcf37717e8e25202bd964b454aa82bc4b62b5d0d Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 22 Dec 2025 17:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E6=97=B6=E6=8A=98=E6=89=A3=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= 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 03717be..afc8f62 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -242,7 +242,7 @@ class Events $gate_way = GateWay::class; $number = $message['number']; try { - Redis::select(3); +// Redis::select(3); $red_number = Redis::get('shop:' . $message['shop_id'] . ':product-stock:' . $message['product_id']); }catch (\Exception $e) { // print_r( "Redis 错误: " . $e->getMessage() . "\r\n");