| | |
| | | console.log(rs); |
| | | }); |
| | | } |
| | | |
| | | // 测试Terra |
| | | function toTerra() { |
| | | var data = { token: token, ids: [7088, 7089, 7090], depcode: "00", dircode: "0C00000003", userId: 1 }; |
| | | ajax("Convert/ToTerra", "POST", JSON.stringify(data), null, null, function (rs) { |
| | | alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); |
| | | console.log(rs); |
| | | }); |
| | | } |
| | | </script> |
| | | </head> |
| | | <body> |
| | |
| | | <input type="button" value="测试Fbx" onclick="convert2();" /> |
| | | <input type="button" value="测试Ifc" onclick="convert3();" /> |
| | | <input type="button" value="测试SG" onclick="toSG();" /> |
| | | <input type="button" value="测试Terra" onclick="toTerra();" /> |
| | | </body> |
| | | </html> |