From a0ea5dbbabd0dec22f287a536d7526f2df805ad5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 06 五月 2023 12:51:33 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 44ee0de..5a577a8 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -5,7 +5,7 @@ <title></title> <script src="js/jquery.1.12.4.js"></script> <script> - var token = "af7f814c-9f3d-4123-af04-70abb7d5a21c"; + var token = "c9530551-ebca-46bc-b8ea-25590153d1a3"; // Ajax function ajax(url, type, data, dataType, contentType, fn) { @@ -122,7 +122,7 @@ // 娴嬭瘯Terra function toTerra() { - var data = { token: token, ids: [7088, 7089, 7090], depcode: "00", dircode: "0C00000003", userId: 1 }; + var data = { token: token, ids: [7088, 7089, 7090], min: 4, max: 18, depcode: "00", dircode: "0C00000003", userId: 1, name: "astgtm2" }; ajax("Convert/ToTerra", "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