| | |
| | | public static final String IMG_INDEX ="HKIMG=" ; |
| | | public static final String IMG_INDEX_ERROR ="HKIMG_ERROR=" ; |
| | | public static final String RES_ORG_INDEX = "DMO"; |
| | | public static final String RES_ORG_NAME_INDEX = "_ERP"; |
| | | public static final String RES_ORG_NAME_INDEX = ""; |
| | | public static final String RES_USER_INDEX = "DMU"; |
| | | private Logger logger = LoggerFactory.getLogger(HKConstants.class); |
| | | //海康平台根据现场环境配置http还是https |
| | |
| | | * 3、能管中心:ngzx |
| | | */ |
| | | public interface MenuPageId{ |
| | | String[] componentIds = new String[]{"vms","fem","cems"}; |
| | | String afzx = "afzx";//安防中心 |
| | | String xkzx = "xkzx";//消控中心 |
| | | String[] componentIds = new String[]{"Infovision iPark Platform","fem","cems"}; |
| | | String afzx = "rule_event_center";//安防中心 |
| | | String xkzx = "000101";//消控中心 |
| | | String ngzx = "ngzx";//能管中心 |
| | | String jsc = "jsc";//物业后勤 |
| | | String kqgzt = "attendance_workstand";//考勤管理 |
| | |
| | | String[] minitorDataSearch= new String[]{"/api/fpms/v2/minitor/data/search","分页查询设备监测历史数据"};//分页查询设备监测历史数据 |
| | | String[] monitorDataSearch= new String[]{"/api/fpms/v2/monitor/data/search","分页查询设备监测历史数据"};//分页查询设备监测历史数据 |
| | | String[] fireMonitorData= new String[]{"/api/v2/monitor/fireMonitorData","分页查询设备监测历史数据"};//分页查询设备监测历史数据 |
| | | |
| | | String[] userOpenidSave= new String[]{"/api/v1/oa/userOpenId/saveV2","保存用户及openId绑定信息微信公众号"};//保存用户及openId绑定信息微信公众号 |
| | | String[] userOpenidDel= new String[]{"/api/v1/oa/userOpenId/delete","通过openId或userName等删除绑定信息"};//通过openId或userName等删除绑定信息 |
| | | String[] temperatureHumidityDataStatistic= new String[]{"/api/v2/public/monitor/sensor/list","消防看板-4温湿度统计"};//消防看板-温湿度 |