微信模版消息
This commit is contained in:
@@ -77,7 +77,7 @@ class SendWechatTemp implements Consumer
|
|||||||
->where('su.main_shop_id', $shop_id)
|
->where('su.main_shop_id', $shop_id)
|
||||||
->where('ui.wechat_ac_open_id', '<>', '')
|
->where('ui.wechat_ac_open_id', '<>', '')
|
||||||
->whereNotNull('ui.wechat_ac_open_id')
|
->whereNotNull('ui.wechat_ac_open_id')
|
||||||
->find('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone')
|
->field('DISTINCT ui.wechat_ac_open_id,ui.id,ui.phone')
|
||||||
->select();
|
->select();
|
||||||
}
|
}
|
||||||
Log::info('模版消息用户列表' . json_encode($user_list));
|
Log::info('模版消息用户列表' . json_encode($user_list));
|
||||||
|
|||||||
Reference in New Issue
Block a user