content = $content; } /** * 消息内容 */ public function getBody() { return array('Content'=>$this->content); } /** * 消息类型 */ public function getType() { return 'text'; } }