ソースを参照

Merge branch 'durong' into develop

durong 5 年 前
コミット
6e1c165145
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/Repositories/Behavior/BehaviorRepository.php

+ 1 - 1
app/Repositories/Behavior/BehaviorRepository.php

@@ -29,7 +29,7 @@ class BehaviorRepository
             ksort($signKey);
             $signKey = urldecode(http_build_query($signKey));
             $sign = md5(config('constants.VIRUS_APP_SECRET') . $signKey);
-            $url = config("customer.manage_service_url") . '/virus/behaviorList';
+            $url = config('constants.VIRUS_URL') . '/behaviorList';
             $array = [
                 'json' => ['app' => $app,'sign' => $sign], 'query' => [], 'http_errors' => false, 'headers' => ['Authorization' => "Bearer " . JWTAuth::getToken()]
             ];