微擎 关注发送推荐消息

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

return $this->respNews(array(
    'Title' => ('标题'),
     'Description' => '描述',
     'PicUrl' => '图片地址',
    'Url' => $this->createMobileUrl('fans', array( 'iotid' => $iotid, 'time' => time()))
));

相关文章:

  • 2022-01-07
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-06
  • 2021-12-08
相关资源
相似解决方案