From 1b33e116ab8f38ffb6718867a070630a1d6058a1 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Fri, 19 Dec 2025 17:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=20=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/queue/redis/SendWechatTemp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/queue/redis/SendWechatTemp.php b/app/queue/redis/SendWechatTemp.php index cc7354d..c853db6 100644 --- a/app/queue/redis/SendWechatTemp.php +++ b/app/queue/redis/SendWechatTemp.php @@ -227,7 +227,7 @@ class SendWechatTemp implements Consumer $mini_wechat_res = $mini_app->subscribe_message->send([ 'template_id' => 'F4OyUhe_ZQ9BR731jlkaN2QXAUaA3HBZuUeVPfraSz0', 'touser' => $user['wechat_open_id'], - 'page' => 'pages/index/index', + 'page' => 'groupBuying/index/index?shopId=' . $shop_id, 'data' => [ 'thing1' => [ 'value' => $shop['shop_name'],