$this->config['appid'], "client_secret" => $this->config['secret'], "grant_type" => $grantType ]; return $this->curlPostApi("oauth/client_token/",$data); } }