拼团 模版消息小程序跳转地址

This commit is contained in:
2025-12-19 17:43:05 +08:00
parent 12734ef4f7
commit 1b33e116ab

View File

@@ -227,7 +227,7 @@ class SendWechatTemp implements Consumer
$mini_wechat_res = $mini_app->subscribe_message->send([ $mini_wechat_res = $mini_app->subscribe_message->send([
'template_id' => 'F4OyUhe_ZQ9BR731jlkaN2QXAUaA3HBZuUeVPfraSz0', 'template_id' => 'F4OyUhe_ZQ9BR731jlkaN2QXAUaA3HBZuUeVPfraSz0',
'touser' => $user['wechat_open_id'], 'touser' => $user['wechat_open_id'],
'page' => 'pages/index/index', 'page' => 'groupBuying/index/index?shopId=' . $shop_id,
'data' => [ 'data' => [
'thing1' => [ 'thing1' => [
'value' => $shop['shop_name'], 'value' => $shop['shop_name'],