code = $config['code'] ?? ''; $this->url = $config['url'] ?? ''; $this->isType = $config['isType'] ?? 0; $this->expired_type = $config['expired_type'] ?? 1; $this->ad_fid = $config['ad_fid'] ?? ''; $this->stoken = $config['stoken'] ?? ''; } abstract public function transfer($share_id); }