__adapter; } /** * 请求平台 * * @return void * @author **/ public function get_platform() { return $this->__platform; } /** * 请求平台业务 * * @return void * @author **/ public function get_platform_business() { return (string)$this->__platform_business; } /** * 版本号 * * @return void * @author **/ public function get_ver() { return $this->__ver; } /** * 初始化请求配置 * * @return void * @author **/ abstract public function init($node_id,$channel_id); }