Completed
Pull Request — master (#1276)
by
unknown
03:48
created
src/OpenWork/Corp/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.