|
...
|
...
|
@@ -39,6 +39,8 @@ class Wechat |
|
|
|
return Cache::get($cacheKey);
|
|
|
|
}
|
|
|
|
$url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=' . $this->appid . '&secret=' . $this->appSecret;
|
|
|
|
var_dump($url);
|
|
|
|
die();
|
|
|
|
$response = http_get($url);
|
|
|
|
value($response);
|
|
|
|
die();
|
...
|
...
|
|