@@ -163,7 +163,7 @@ discard block |
||
163 | 163 | $domain = $this->ddnDomain(); |
164 | 164 | $full_url = $domain . $request_path; |
165 | 165 | |
166 | - $data = array('grant_type' => 'client_credentials'); |
|
166 | + $data = array('grant_type' => 'client_credentials'); |
|
167 | 167 | |
168 | 168 | \Unirest\Request::curlOpts(array( |
169 | 169 | CURLOPT_SSL_VERIFYHOST => 0, |
@@ -464,7 +464,7 @@ discard block |
||
464 | 464 | $domain = $this->ddnDomain(); |
465 | 465 | $full_url = $domain . $request_path; |
466 | 466 | |
467 | - $data = array('grant_type' => 'client_credentials'); |
|
467 | + $data = array('grant_type' => 'client_credentials'); |
|
468 | 468 | |
469 | 469 | \Unirest\Request::curlOpts(array( |
470 | 470 | CURLOPT_SSL_VERIFYHOST => 0, |