zl程序教程

您现在的位置是:首页 >  云平台

当前栏目

微擎 关注发送推荐消息

消息 推荐 发送 关注 微擎
2023-09-11 14:21:10 时间

微擎 关注发送推荐消息

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

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