@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | 'pre_auth_code' => $this->getPreAuthCode()['pre_auth_code'], |
47 | 47 | 'state' => $state || rand() |
48 | 48 | ]; |
49 | - return 'https://open.work.weixin.qq.com/3rdapp/install?' . http_build_query($params); |
|
49 | + return 'https://open.work.weixin.qq.com/3rdapp/install?'.http_build_query($params); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | 'scope' => $scope, |
150 | 150 | 'state' => $state || rand() |
151 | 151 | ]; |
152 | - return 'https://open.weixin.qq.com/connect/oauth2/authorize?' . http_build_query($params) . '#wechat_redirect'; |
|
152 | + return 'https://open.weixin.qq.com/connect/oauth2/authorize?'.http_build_query($params).'#wechat_redirect'; |
|
153 | 153 | } |
154 | 154 | |
155 | 155 | /** |