jiazx0107@163.com
2023-11-18 41cd6c8db40bceb08290828ae0d4fc5caeea7147
src/main/java/com/fzzy/gateway/view/GatewayDevice.js
@@ -6,7 +6,7 @@
    $.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);
@@ -15,4 +15,23 @@
            $alert(result);
        }
    })
}
/**
*
* @param param
*/
initLpr= function(param){
   $.ajax({
       type:"POST",
       contentType:"application/json;charset=UTF-8",
       url:"/gateway/control/initLpr",
       data:JSON.stringify(param),
       success:function(result){
            $alert(result);
       },
       error:function(result){
           $alert(result);
       }
   })
}