Commit b5b255e58285ac0eeacc8401abd88d0571329ec6

Authored by 王通
1 parent e221217d

1.峨眉配置、百度地图key变更

src/main/java/com/bsth/data/SystemParamCache.java
... ... @@ -30,8 +30,7 @@ public class SystemParamCache implements InitializingBean {
30 30 }
31 31  
32 32 public static String getUrlHttpGpsReal() {
33   - return "http://10.10.2.20:8080/transport_server/rtgps/";
34   - //return systemParamService1.getValue(SystemParamKeys.URL_HTTP_GPS_REAL);
  33 + return systemParamService1.getValue(SystemParamKeys.URL_HTTP_GPS_REAL);
35 34 }
36 35  
37 36 public static String getUrlHttpDirective() {
... ...