From 8b56a19a005b595c11d99fa789769161d2c1e118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 4 Feb 2018 09:01:04 -0600 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Oauth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeChat/Oauth.php b/WeChat/Oauth.php index a49459d..1925881 100644 --- a/WeChat/Oauth.php +++ b/WeChat/Oauth.php @@ -47,7 +47,7 @@ class Oauth extends BasicWeChat $appid = $this->config->get('appid'); $appsecret = $this->config->get('appsecret'); $code = isset($_GET['code']) ? $_GET['code'] : ''; - $url = " https://api.weixin.qq.com/sns/oauth2/access_token?appid={$appid}&secret={$appsecret}&code={$code}&grant_type=authorization_code"; + $url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid={$appid}&secret={$appsecret}&code={$code}&grant_type=authorization_code"; return $this->httpGetForJson($url); } @@ -90,4 +90,4 @@ class Oauth extends BasicWeChat return $this->httpGetForJson($url); } -} \ No newline at end of file +}