init) { return; } $this->init = true; $this->appId = $this->config->getConfig('app.appid', ''); $this->secret = $this->config->getConfig('app.secret', ''); $this->token = $this->config->getConfig('app.token', ''); $this->aesKey = $this->config->getConfig('app.key', ''); } }