From e8de891536b76a16cc7c40e30620c9a53e8810ed Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Wed, 22 Oct 2025 16:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=98=E6=89=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/webman/gateway/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/webman/gateway/Events.php b/plugin/webman/gateway/Events.php index b056c19..6ae8e1b 100644 --- a/plugin/webman/gateway/Events.php +++ b/plugin/webman/gateway/Events.php @@ -136,7 +136,7 @@ class Events $arr_time_discount_info = explode(',', $time_discount_info); if(!in_array($redis_str, $arr_time_discount_info)) { $time_discount_info = array_merge($arr_time_discount_info, [$redis_str]); - Redis::set('time_discount:info', implode(',', $time_discount_info) . ','); + Redis::set('time_discount:info', implode(',', $time_discount_info)); } }else { Redis::set('time_discount:info', $redis_str);