Browse Source

fat1--->fat3

蓝色星空 1 năm trước cách đây
mục cha
commit
ad706b02f2

+ 1 - 1
Assets/Scripts/Blue/Controller/SavePanel.cs

@@ -30,7 +30,7 @@ public class SavePanel : AbstractController
         cancleBtn.onClick.AddListener(Cancle);
     }
 
-    private string URL = "https://api-fat1.ghz-tech.com/mr-navigator/v1/project/createposition";
+    private string URL = "https://api-fat3.ghz-tech.com/mr-navigator/v1/project/createposition";
     private void Save()
     {
         meshTest.transform.parent = parent;

+ 1 - 1
Assets/Scripts/Blue/Service/IUpOrDownloadService.cs

@@ -23,7 +23,7 @@ public class UpOrDownloadService : IUpOrDownloadService
 
     public void OnInit()
     {
-        UrlPointCloudPosRot = "https://api-fat1.ghz-tech.com/mr-navigator/v1/project/position";
+        UrlPointCloudPosRot = "https://api-fat3.ghz-tech.com/mr-navigator/v1/project/position";
     }
 
     void IUpOrDownloadService.GetScenePosRot(int projectID)