郑晓宇 6 years ago
parent
commit
b69c66a2f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Console/Commands/robot.php

+ 1 - 0
app/Console/Commands/robot.php

@@ -123,6 +123,7 @@ class robot extends Command
                             'client_id' => $client_id,
                         ]
                     ]);
+                    var_dump($response->getBody()->getContents());
                     echo "{$client_id} 成功加入匹配\n";
                 }