作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加最新版本的easywechat

@@ -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));