'client_credential', 'appid' => $this->payConfig->appId, 'secret' => $this->payConfig->appSecret ]; return $this->get('/api/getToken', $query); } }