From 9269e5fbb8145742c38d0ce8f67a9dc5853142cb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 八月 2023 13:48:54 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 533a9f3..7f814cd 100644 --- a/ExportMap/export.html +++ b/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 = "dba75438-71f2-4a67-91ef-8919cd9b16cc"; + var token = "bc381c1e-83cb-4956-a1e4-a624b08225f1"; // Ajax function ajax(url, type, data, dataType, contentType, fn) { @@ -82,14 +82,14 @@ // 娴嬭瘯鍒囧浘 function convertXYZ() { - var data = { token: token, ids: [2919, 2920], id: 1, min: 8, max: 18, depcode: "000305", dircode: "0102", userId: 1, name: "DOM_0.2m" }; + var data = { token: token, ids: [1217], id: 1, min: 8, max: 18, depcode: "000305", dircode: "0102", userId: 1, name: "DOM_0.2m" }; ajax("Convert/ToTiles", "POST", JSON.stringify(data), null, null, function (rs) { alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); console.log(rs); }); } - // 娴嬭瘯Rvt + // 娴嬭瘯Rvt * function convert1() { var data = { token: token, ids: [1521], depcode: "000305", dircode: "0102", userId: 1 }; ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) { @@ -98,7 +98,7 @@ }); } - // 娴嬭瘯Fbx + // 娴嬭瘯Fbx * function convert2() { var data = { token: token, ids: [1522], depcode: "000305", dircode: "0102", userId: 1 }; ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) { @@ -109,7 +109,7 @@ // 娴嬭瘯Ifc function convert3() { - var data = { token: token, ids: [6894], depcode: "000305", dircode: "0A040001010004", userId: 1 }; + var data = { token: token, ids: [7615], 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); -- Gitblit v1.9.3