wzq 5 年之前
父节点
当前提交
d58d433f71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/VirusAdd.php

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

@@ -186,7 +186,7 @@ class VirusAdd extends Command
                 return true;
             }
 
-            $response = $virusClient->request('POST', '/v2/record/add', [
+            $response = $virusClient->request('POST', config('customer.VIRUS_URL').'/v2/record/add', [
                 'headers' => [
                     'Content-Type' => 'application/json'
                 ],