| | |
| | | }); |
| | | } |
| | | |
| | | // 测试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); |
| | |
| | | |
| | | // 测试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); |