From 5c9f0634281fac116c0b27463329d427e615ff17 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 17 三月 2023 18:42:44 +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 83167c0..ce82c02 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -77,7 +77,7 @@ // 娴嬭瘯鍒囧浘 function convertXYZ() { - var data = { token: token, ids: [1526, 1527], id: 1, min: 12, max: 12, dircode: "000305" }; + var data = { token: token, ids: [1526, 1527], id: 1, min: 12, max: 12, 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); @@ -86,7 +86,7 @@ // 娴嬭瘯Rvt function convert1() { - var data = { token: token, ids: [1521] }; + var data = { token: token, ids: [1521], depcode: "000305", dircode: "0102", 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); @@ -95,7 +95,7 @@ // 娴嬭瘯Fbx function convert2() { - var data = { token: token, ids: [1522] }; + var data = { token: token, ids: [1522], depcode: "000305", dircode: "0102", 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); @@ -104,7 +104,7 @@ // 娴嬭瘯Ifc function convert3() { - var data = { token: token, ids: [1528] }; + var data = { token: token, ids: [1528], depcode: "000305", dircode: "0102", 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); @@ -113,7 +113,7 @@ // 娴嬭瘯SG function toSG() { - var data = { token: token, ids: [1523, 1525] }; + var data = { token: token, ids: [1523, 1525], depcode: "000305", dircode: "0102", userId: 1 }; ajax("Convert/ToSG", "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