|
@@ -169,7 +169,7 @@ discard block |
|
|
block discarded – undo |
|
169
|
169
|
$domain = $this->ddnDomain(); |
|
170
|
170
|
$full_url = $domain . $request_path; |
|
171
|
171
|
|
|
172
|
|
- $data = array('grant_type' => 'client_credentials'); |
|
|
172
|
+ $data = array('grant_type' => 'client_credentials'); |
|
173
|
173
|
|
|
174
|
174
|
\Unirest\Request::curlOpts(array( |
|
175
|
175
|
CURLOPT_SSL_VERIFYHOST => 0, |
|
@@ -470,7 +470,7 @@ discard block |
|
|
block discarded – undo |
|
470
|
470
|
$domain = $this->ddnDomain(); |
|
471
|
471
|
$full_url = $domain . $request_path; |
|
472
|
472
|
|
|
473
|
|
- $data = array('grant_type' => 'client_credentials'); |
|
|
473
|
+ $data = array('grant_type' => 'client_credentials'); |
|
474
|
474
|
|
|
475
|
475
|
\Unirest\Request::curlOpts(array( |
|
476
|
476
|
CURLOPT_SSL_VERIFYHOST => 0, |
Please login to merge, or discard this patch.