拼团
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user