From 5019bec020c91731849c457e6e77e91516824c28 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 15 七月 2023 21:01:41 +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 b113565..cd4fd56 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 = "673e4e0f-5a6e-49e6-bb04-d5991cbc3b7f";
+    var token = "0de31b49-1957-4e15-8258-965a35ea56cb";
 
     // Ajax
     function ajax(url, type, data, dataType, contentType, fn) {
@@ -171,7 +171,7 @@
 
     // 璇诲彇Las鍧愭爣绯�
     function ReadLasCs() {
-      var data = { token: token, ids: [10285, 10481, 10456, 10483], dircode: "00" };
+      var data = { token: token, ids: [10483, 10481, 10456, 10285], dircode: "00" };
       ajax("Convert/ReadLasCs", "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