xy 3 weeks ago
parent
commit
a2d3b0b9d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client.php

+ 1 - 0
src/client.php

@@ -79,6 +79,7 @@ class GameClient {
 
             $this->initWebSocketConnection();
             
+            echo "是否成功获取信息: " .$userResponse->hasUserInfo() . "\n";
             if ($userResponse->hasUserInfo()) {
                 $this->enterHall($userResponse->getUserInfo()->getUserId());
             }