管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-06-27 23be76e870f186e8f56287b1e82146e9694acd4c
ExportMap/Controllers/TerraController.cs
@@ -21,8 +21,13 @@
        [HttpGet]
        public string GetTerrain(string path, int z, int x, int y)
        {
            return ".terrain";
        }
        [HttpGet]
        public string CreateMpt(string path, string token)
        {
            return path;
        }
    }
}