微擎 关注发送推荐消息

微擎 关注发送推荐消息

在项目根目录下的processor.php 中添加相应的消息发送代码

return $this->respNews(array(
    'Title' => ('标题'),
     'Description' => '描述',
     'PicUrl' => '图片地址',
    'Url' => $this->createMobileUrl('fans', array( 'iotid' => $iotid, 'time' => time()))
));
原文地址:https://www.cnblogs.com/GetcharZp/p/11699682.html