From b7f287d301c3f004641d89c698bce0ba4cd6ebac Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 八月 2023 16:47:51 +0800
Subject: [PATCH] 1

---
 ExportMap/export.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ExportMap/export.html b/ExportMap/export.html
index 7f814cd..bc152c0 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -98,9 +98,9 @@
       });
     }
 
-    // 娴嬭瘯Fbx *
+    // 娴嬭瘯Fbx
     function convert2() {
-      var data = { token: token, ids: [1522], depcode: "000305", dircode: "0102", userId: 1 };
+      var data = { token: token, ids: [8362], 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);
@@ -118,7 +118,7 @@
 
     // 娴嬭瘯SG
     function toSG() {
-      var data = { token: token, ids: [10516], depcode: "000305", dircode: "0102", userId: 1 }; // [1523, 1525]
+      var data = { token: token, ids: [10516], 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