拼团
This commit is contained in:
@@ -121,7 +121,7 @@ class SendWechatTemp implements Consumer
|
|||||||
'thing16' => $record['address'],
|
'thing16' => $record['address'],
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
Log::info('公众号模版发送结果' . json_encode($wechat_res));
|
Log::info('公众号模版发送结果' . $user['u_user_id'] . json_encode($wechat_res));
|
||||||
}else {
|
}else {
|
||||||
Log::info('用户' . $user['u_user_id'] . 'wechat_ac_open_id为空。不发送');
|
Log::info('用户' . $user['u_user_id'] . 'wechat_ac_open_id为空。不发送');
|
||||||
}
|
}
|
||||||
@@ -155,7 +155,7 @@ class SendWechatTemp implements Consumer
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
Log::info('小程序订阅消息发送结果' . json_encode($mini_wechat_res));
|
Log::info('小程序订阅消息发送结果' . $user['u_user_id'] . json_encode($mini_wechat_res));
|
||||||
}else {
|
}else {
|
||||||
Log::info('用户' . $user['u_user_id'] . 'wechat_open_id为空。不发送');
|
Log::info('用户' . $user['u_user_id'] . 'wechat_open_id为空。不发送');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user