限时折扣相关
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user