正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -234,7 +234,7 @@ class AccessToken | @@ -234,7 +234,7 @@ class AccessToken | ||
234 | 'secret' => $this->secret, | 234 | 'secret' => $this->secret, |
235 | 'grant_type' => 'client_credential', | 235 | 'grant_type' => 'client_credential', |
236 | ]; | 236 | ]; |
237 | - | 237 | + dump($params); |
238 | $http = $this->getHttp(); | 238 | $http = $this->getHttp(); |
239 | 239 | ||
240 | $token = $http->parseJSON($http->get(self::API_TOKEN_GET, $params)); | 240 | $token = $http->parseJSON($http->get(self::API_TOKEN_GET, $params)); |
-
请 注册 或 登录 后发表评论