Commit b5b255e58285ac0eeacc8401abd88d0571329ec6
1 parent
e221217d
1.峨眉配置、百度地图key变更
Showing
1 changed file
with
1 additions
and
2 deletions
src/main/java/com/bsth/data/SystemParamCache.java
| @@ -30,8 +30,7 @@ public class SystemParamCache implements InitializingBean { | @@ -30,8 +30,7 @@ public class SystemParamCache implements InitializingBean { | ||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | public static String getUrlHttpGpsReal() { | 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 | public static String getUrlHttpDirective() { | 36 | public static String getUrlHttpDirective() { |