@@ -35,7 +35,7 @@ |
||
35 | 35 | { |
36 | 36 | $query = http_build_query($this->getCodeFields($state), '', '&', $this->encodingType); |
37 | 37 | |
38 | - return $url . '?' . $query . '#wechat_redirect'; |
|
38 | + return $url.'?'.$query.'#wechat_redirect'; |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |