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");