限时折扣相关
This commit is contained in:
@@ -378,6 +378,8 @@ class Shopping extends Base
|
||||
'data' => $car,
|
||||
'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)]);
|
||||
}catch (\ba\Exception $e) {
|
||||
Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user