Commit 075fab9f by 孙龙

批量导入发送邮件

parent 3bcea034
Showing with 1 additions and 1 deletions
...@@ -581,7 +581,7 @@ class MessageApiController extends Controller ...@@ -581,7 +581,7 @@ class MessageApiController extends Controller
$_data['keyword'] = $info->description; $_data['keyword'] = $info->description;
$_data['channel_type'] = $info->channels; $_data['channel_type'] = $info->channels;
$_data['touser'] = $touser; $_data['touser'] = $touser;
$_data['data'] = json_encode($params); $_data['data'] = $params;
$_data['url'] = ''; $_data['url'] = '';
$_data['wechat_data'] = null; $_data['wechat_data'] = null;
$_data['is_ignore'] = 1; $_data['is_ignore'] = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment