| | |
| | | <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) { |
| | |
| | | |
| | | // 读取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); |