b2e107ad 张雷

人员定位代码优化修改

1 个父辈 a4031a6d
...@@ -29,7 +29,8 @@ public interface CommonConstant { ...@@ -29,7 +29,8 @@ public interface CommonConstant {
29 String CMCC_KEY = "f9257afea27943d7bcd7cc510f1b50dc";//定位系统秘钥 29 String CMCC_KEY = "f9257afea27943d7bcd7cc510f1b50dc";//定位系统秘钥
30 30
31 //*************************联通接口信息******************************* 31 //*************************联通接口信息*******************************
32 String CMCC_IP = "http://52.131.253.116";//人员定位IP地址 32 //String CMCC_IP = "http://52.131.253.116";//人员定位测试IP地址
33 String CMCC_IP = "http://101.132.108.99";//人员定位测试IP地址
33 String BUILD_URL = CMCC_IP + "/api/v1/buildingAllInfo.shtml";//场景信息 34 String BUILD_URL = CMCC_IP + "/api/v1/buildingAllInfo.shtml";//场景信息
34 String HISTORY_URL = CMCC_IP + "/api/positionByDeviceId.shtml";//历史轨迹 35 String HISTORY_URL = CMCC_IP + "/api/positionByDeviceId.shtml";//历史轨迹
35 String ALARM_URL = CMCC_IP + "/api/v1/alarmListByCount.shtml";//告警信息 36 String ALARM_URL = CMCC_IP + "/api/v1/alarmListByCount.shtml";//告警信息
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!