Commit f74ce1420ab124194c3139b62d0d8955e36ba5e6
1 parent
5b0120e1
安全驾驶接口ip修改
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/bigdata/BigdateService.java
| @@ -925,7 +925,7 @@ public class BigdateService { | @@ -925,7 +925,7 @@ public class BigdateService { | ||
| 925 | @Path("/safedriving/starDate/{starDate}/endDate/{endDate}") | 925 | @Path("/safedriving/starDate/{starDate}/endDate/{endDate}") |
| 926 | public List<Map<String, Object>> findSafedriving(@PathParam("starDate") String starDate, | 926 | public List<Map<String, Object>> findSafedriving(@PathParam("starDate") String starDate, |
| 927 | @PathParam("endDate") String endDate) { | 927 | @PathParam("endDate") String endDate) { |
| 928 | - String accidentAll= GetHttpInterface.getHttpInterface("http://180.166.5.82:9006/safedriving/safedrivingInterface?StarTime="+starDate+"&EndTime="+endDate); | 928 | + String accidentAll= GetHttpInterface.getHttpInterface("http://211.95.61.66:9006/safedriving/safedrivingInterface?StarTime="+starDate+"&EndTime="+endDate); |
| 929 | List<Map<String, Object>> list=(List<Map<String, Object>>) JSONObject.parse(accidentAll); | 929 | List<Map<String, Object>> list=(List<Map<String, Object>>) JSONObject.parse(accidentAll); |
| 930 | return list; | 930 | return list; |
| 931 | } | 931 | } |