|
@@ -60,7 +60,8 @@ public class HttpAction :Singleton<HttpAction>
|
|
|
{
|
|
|
if (HttpSDKAction.Instance.loginUrl == "")
|
|
|
{
|
|
|
- HttpSDKAction.Instance.loginUrl = "https://api-fat2.ghz-tech.com/mr-navigator/v1";
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
return HttpSDKAction.Instance.loginUrl;
|
|
|
}
|
|
@@ -74,7 +75,8 @@ public class HttpAction :Singleton<HttpAction>
|
|
|
{
|
|
|
if (HttpSDKAction.Instance.loginUrl == "")
|
|
|
{
|
|
|
- HttpSDKAction.Instance.loginUrl = "https://api-fat2.ghz-tech.com/mr-navigator/v1";
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
return HttpSDKAction.Instance.loginUrl;
|
|
|
}
|
|
@@ -104,5 +106,8 @@ public class HttpAction :Singleton<HttpAction>
|
|
|
|
|
|
public const string sn_viewpoint = "/sn/viewpoint";
|
|
|
|
|
|
+
|
|
|
+ public const string refrence = "/project/unityReference";
|
|
|
|
|
|
+ public const string pointcloud = "/project/pointcloudInfo";
|
|
|
}
|