Browse Source

更改bim地址,glendale上传完成后没更新bim文件状态

kely 9 months ago
parent
commit
f37c6b6d32
2 changed files with 3 additions and 3 deletions
  1. 1 1
      app/Services/File/BIM/Glendale/Glendale.php
  2. 2 2
      config/bim.php

+ 1 - 1
app/Services/File/BIM/Glendale/Glendale.php

@@ -36,7 +36,7 @@ class Glendale extends BIMAbstract
         return [
             'bim_data_set_id' => $result['datas']['lightweightName'],
             'bim_file_id' => $result['datas']['lightweightName'],
-            'bim_convert_status' => BimFileConvertStatus::IN_QUEUE->value,
+            'convert_status' => BimFileConvertStatus::IN_QUEUE->value,
             'bim_driver' => BIMDriverEnum::GLENDALE->value,
         ];
     }

+ 2 - 2
config/bim.php

@@ -6,7 +6,7 @@ return [
     'extensions' => ['rvt', 'ifc', 'fbx', '3dxml', 'gim', 'igms', 'stp', 'gltf', '3dm', 'skp', 'glb', 'dgn', 'nwd', 'nwc'],
 
     'black_hole' => [
-        'host' => env("BLACK_HOLE_HOST", "http://106.53.68.51:9012/"),
+        'host' => env("BLACK_HOLE_HOST", "http://175.178.242.215:9012/"),
         'client_id' => env("BLACK_HOLE_CLIENT_ID"),
         'secret_key' => env("BLACK_HOLE_SECRET_KEY"),
         'user_id' => env("BLACK_HOLE_USER_ID"),
@@ -14,7 +14,7 @@ return [
     ],
 
     'glendale' => [
-        'host' => env("GLENDALE_HOST", "http://43.139.250.80:18086/"),
+        'host' => env("GLENDALE_HOST", "http://101.33.225.105:18086/"),
         'token' => env("GLENDALE_TOKEN"),
         'project_id' => env("GLENDALE_PROJECT_ID"),
     ]