郑晓宇 6 年之前
父节点
当前提交
b69c66a2f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";
                 }