作业环境-实时检测接口替RealTimeMonitoring
This commit is contained in:
parent
a9eef1a6f3
commit
220c3fe86e
|
|
@ -93,7 +93,8 @@ function getInfo(deviceId){
|
||||||
function getRealTimeDetection(deviceId){
|
function getRealTimeDetection(deviceId){
|
||||||
let paramData = 'bidCode=' + bidCode + '&roleCode=' + roleCode + '&orgId=' + orgId + '&userId=' + userId + '&deviceId=' + deviceId;
|
let paramData = 'bidCode=' + bidCode + '&roleCode=' + roleCode + '&orgId=' + orgId + '&userId=' + userId + '&deviceId=' + deviceId;
|
||||||
let montageParam = aqEnnable ? encryptCBC(paramData) : ' &' + encryptCBC(paramData);
|
let montageParam = aqEnnable ? encryptCBC(paramData) : ' &' + encryptCBC(paramData);
|
||||||
const url = commonUrl + "screen/largeScreen/towerAssInspect/getRealTimeDetection?params="+montageParam; // url
|
// const url = commonUrl + "screen/largeScreen/towerAssInspect/getRealTimeDetection?params="+montageParam; // url
|
||||||
|
const url = commonUrl + "screen/largeScreen/operatingEnvironment/RealTimeMonitoring?params="+montageParam; // url
|
||||||
ajaxRequestGet(url, "get", true, function () {
|
ajaxRequestGet(url, "get", true, function () {
|
||||||
}, function (result) {
|
}, function (result) {
|
||||||
let html = '';
|
let html = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue