码迷,mamicode.com
首页 > 其他好文 > 详细

微擎发送图文消息

时间:2019-11-04 18:04:26      阅读:359      评论:0      收藏:0      [点我收藏+]

标签:notice   creat   url   use   result   new   bsp   style   发送   

微擎发送图文消息

 

$custom = array(
                ‘touser‘ => ‘oXo3is-YksITdG35n4tTKBKog7ak‘,
                ‘msgtype‘ => ‘news‘,
            );
            $custom[‘news‘][‘articles‘] = array(
                    // 注意这里的article这里是二维数组
                    // 不然会报44003 图文为空
                    array(
                      ‘title‘ => urlencode($activity[‘title‘]),
                      ‘description‘ => urlencode($activity[‘description‘]),
                      ‘url‘ => tomedia($this->createMobileUrl($filename, array(‘op‘ => ‘detail‘))),
                      ‘picurl‘ => tomedia($_W[‘attachurl‘] . $activity[‘picurl‘])
                )
            );
            $account_api = WeAccount::create();
            $result = $account_api->sendCustomNotice($custom);

 

微擎发送图文消息

标签:notice   creat   url   use   result   new   bsp   style   发送   

原文地址:https://www.cnblogs.com/GetcharZp/p/11792932.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!