| | |
| | | $.ajax({ |
| | | type:"POST", |
| | | contentType:"application/json;charset=UTF-8", |
| | | url:"/sc2023/gateway/test/deviceTest", |
| | | url:"/gateway/test/deviceTest", |
| | | data:JSON.stringify(param), |
| | | success:function(result){ |
| | | $alert(result); |
| | |
| | | $alert(result); |
| | | } |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * |
| | | * @param param |
| | | */ |
| | | initLpr= function(param){ |
| | | $.ajax({ |
| | | type:"POST", |
| | | contentType:"application/json;charset=UTF-8", |
| | | url:"/gateway/control/init-lpr", |
| | | data:JSON.stringify(param), |
| | | success:function(result){ |
| | | $alert(result); |
| | | }, |
| | | error:function(result){ |
| | | $alert(result); |
| | | } |
| | | }) |
| | | } |