限时折扣相关

This commit is contained in:
2025-12-22 16:49:36 +08:00
parent 4465a0a48a
commit 1f407b777e
6 changed files with 21 additions and 20 deletions

View File

@@ -170,7 +170,7 @@ class Events
Gateway::sendToClient($client_id, json_encode(['msg' => '桌码或shop_id不能为空']));
return;
}
$redis_str = Base::get_shopping_save_uid($message['shop_id'], $message['table_code']) . ':time_discount';
$redis_str = Base::get_shopping_time_str($message['shop_id'], $message['table_code']) . ':time_discount';
// 限时折扣获取
$snd_data = [
'msg' => '折扣获取',