管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-05-04 e3fbc1c4e3dd2d5188ef267f136e3bbd8397c8fa
ExportMap/export.html
@@ -5,7 +5,7 @@
  <title></title>
  <script src="js/jquery.1.12.4.js"></script>
  <script>
    var token = "c36e4f94-dfde-401e-9967-2c4a449f1300";
    var token = "af7f814c-9f3d-4123-af04-70abb7d5a21c";
    // Ajax
    function ajax(url, type, data, dataType, contentType, fn) {
@@ -104,7 +104,7 @@
    // 测试Ifc
    function convert3() {
      var data = { token: token, ids: [2324], depcode: "000305", dircode: "0102", userId: 1 };
      var data = { token: token, ids: [6894], depcode: "000305", dircode: "0A040001010004", userId: 1 };
      ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);