https://fire.usky.cn:8443/YtIoT/cgi-bin/demo2.cgi iot/frontpage/getCurrentStatus https://fire.usky.cn:8443/YtIoT/cgi-bin/DPAction2.cgi https://fire.usky.cn:8443/YtIoT/cgi-bin/DPAction.cgi iot/excel/view/Exportexl iot/data/view/getSyncDataQList iot/frontpage/getCurrentObjectListByCompanyId iot/company/view/getNameList
basePathApi +
YtIoT/cgi-bin/demo2.cgi
参数:'queryJson:' + JSON.stringify(query)
query = {
CMD: 3,
BODY: {
DEVICE: obj.owner_code,
ACTION: 0,
IDX: 0
}
}
iot/frontpage/getCurrentStatus 参数:queryJson: Ext.JSON.encode(query) query.dwtype query.level query.COMPANY_CODE
YtIoT/cgi-bin/DPAction2.cgi / YtIoT/cgi-bin/DPAction.cgi 参数:query query.V_LOGINNAME query.V_PASSWORD query.DEVICE_ID query.CMD query.PARAM
iot/excel/view/Exportexl 参数:queryJson: Ext.JSON.encode(query) query.device_id query.point_code query.EXPORT_FILE query.fields = '[' + fields + ']';
iot/data/view/getSyncDataQList 参数:queryJson: Ext.JSON.encode(query) query.V_LOGINNAME = V_LOGINNAME; query.V_PASSWORD = V_PASSWORD; query.device_id = devId; query.point_code = ponitId;
iot/frontpage/getCurrentObjectListByCompanyId 参数:'queryJson=' + Ext.JSON.encode(query) query.COMPANY_CODE query.COMMSTATUS
company/view/getNameList 参数:queryJson: Ext.JSON.encode(qobj) qobj.V_LOGINNAME