管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-06-25 168bba3491d987955aaf75907554f68c444dbeda
ExportMap/export.html
@@ -10,7 +10,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <script src="js/jquery.1.12.4.js"></script>
  <script>
    var token = "b1ad2b8b-2fe5-440d-b072-88eb070a6462";
    var token = "2b03248b-b00c-4bf3-b497-7d8708445495";
    // Ajax
    function ajax(url, type, data, dataType, contentType, fn) {
@@ -136,7 +136,7 @@
    // 测试OSGB
    function toOsgb() {
      var data = { token: token, ids: [7187], depcode: "00", dircode: "0C", userId: 1, name: "3-1倾斜模型-中卫站" };
      var data = { token: token, ids: [10290], depcode: "00", dircode: "0C", userId: 1, name: "3-1倾斜模型-中卫站" };
      ajax("Convert/ToOsgb", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);
@@ -154,7 +154,7 @@
    // 测试Laz
    function toLaz(){
      var data = { token: token, ids: [7190], depcode: "00", dircode: "0C", userId: 1, name: "577.laz", srid: 4548, z: 0 };
      var data = { token: token, ids: [10285], depcode: "00", dircode: "0C", userId: 1, name: "577.laz", srid: 4548, z: 0 };
      ajax("Convert/ToLas", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);