alibaba基类配置
This commit is contained in:
@@ -18,7 +18,11 @@ class ApplySmsTemp implements Consumer
|
||||
{
|
||||
Log::info('消息队列【申请新短信模版】接收到消息' . $data);
|
||||
|
||||
// 查询没有提交审核的模版
|
||||
$temp_list = Db::table('sms_shop_template')->where(['shop_id' => 1, 'status' => 0])->select()->toArray();
|
||||
if ($temp_list) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user