wzq 5 年 前
コミット
5b3c4a760d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/Console/Commands/VirusAdd.php

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

@@ -183,7 +183,7 @@ class VirusAdd extends Command
                 return false;
             }
 
-            $response = $this->client->request('POST', 'v2/record/add', [
+            $response = $this->client->request('POST', '/v2/record/add', [
                 'headers' => [
                     'Content-Type' => 'application/json'
                 ],