wechatApp = $wechatApp; $this->server = $server; $this->message = $message; $this->plugin = $plugin; } public function getWechatApp() { return $this->wechatApp; } public function getServer() { return $this->server; } public function getMessage() { return $this->message; } public function getPlugin() { return $this->plugin; } }