限时折扣相关

This commit is contained in:
2025-12-22 14:11:18 +08:00
parent 345bf87e3a
commit d908afda98

View File

@@ -378,6 +378,8 @@ class Shopping extends Base
'data' => $car, 'data' => $car,
'time_dis_info' => (new Base())->getTimeInfo($message) 'time_dis_info' => (new Base())->getTimeInfo($message)
]; ];
print_r('准备发送购物车初始化...' . json_encode($snd_data));
print_r("\r\n");
self::gateway_query('sendToClient', [$client_id, json_encode($snd_data)]); self::gateway_query('sendToClient', [$client_id, json_encode($snd_data)]);
}catch (\ba\Exception $e) { }catch (\ba\Exception $e) {
Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage()); Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage());