郑晓宇 6 anni fa
parent
commit
87fe996d36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Console/Commands/robot.php

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

@@ -118,7 +118,7 @@ class robot extends Command
                 }
                 //唤起匹配
                 if($json_data->type == 'gotomatch'){
-                    $response = $client->request('POST', $http_addr . 'Home/Game/Join',[
+                    $response = $client->request('GET', $http_addr . 'Home/Game/Join',[
                         'form_params' => [
                             'client_id' => $client_id,
                         ]