|
@@ -34,7 +34,8 @@ public class PointService : IPointService
|
|
|
private string UrlPointCloud;
|
|
|
public void OnInit()
|
|
|
{
|
|
|
- UrlPointCloud = "https://pro.qulivr.com/mr-navigator/v1";
|
|
|
+
|
|
|
+ UrlPointCloud = "https://api-cs.ghz-tech.com/mr-navigator/v1";
|
|
|
}
|
|
|
|
|
|
public void GetPoint(string methodName, Action<string> callback)
|