ExportMap/export.html
@@ -114,7 +114,7 @@ // 测试SG function toSG() { var data = { ids: [1523, 1525] }; ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) { ajax("Convert/ToSG", "POST", JSON.stringify(data), null, null, function (rs) { alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); console.log(rs); });