message['content']; //这里定义此模块进行消息处理时的具体过程, 请查看微擎文档来编写你的代码 $reply = pdo_fetch("SELECT * FROM " . tablename('weihaom_wb_reply') . " WHERE rid = :rid", array(':rid' => $this->rule)); if (!empty($reply)) { $response[] = array( 'title' => $reply['title'], 'description' => $reply['description'], 'picurl' => $reply['cover'], 'url' => $this->createMobileUrl('index', array('rid' => $reply['rid'])), ); return $this->respNews($response); } } }