@@ -43,7 +43,7 @@ |
||
43 | 43 | */ |
44 | 44 | public static function parseResponse(Response $response) |
45 | 45 | { |
46 | - echo printPrettyScreen((string)$response->getBody());exit; |
|
46 | + echo printPrettyScreen((string)$response->getBody()); exit; |
|
47 | 47 | $jsonData = \GuzzleHttp\json_decode($response->getBody(), true); |
48 | 48 | if ($jsonData && 0 == $jsonData['retcode']) { |
49 | 49 | //群成员的vip信息 |