This commit is contained in:
2025-12-18 16:50:36 +08:00
parent 48e24bf5b3
commit e4a1db9c63
2 changed files with 208 additions and 153 deletions

View File

@@ -46,8 +46,8 @@ try {
}elseif ($type == 'sendMarkSms') {
// 发给队列 营销短信发送
Redis::send('send.mark.sms', $data);
}elseif ($type == 'sendWechatTemp') {
// 发给队列 发送微信模版消息
}elseif ($type == 'sendWechatTemp' || $type == 'groupBuyYes') {
// 发给队列 发送微信模版消息 和小程序消息 groupBuyYes为拼团成功通知
Redis::send('send.wechat.temp', $data);
}
}else {