Commit 037e3cd91304d8fe66e6fbcdcce486c4a5e1e011
1 parent
c147befa
安全驾驶图像信息(当日) 改接口地址
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/safe_driv/SafeDrivDataLoadThread.java
| @@ -33,7 +33,7 @@ public class SafeDrivDataLoadThread extends Thread { | @@ -33,7 +33,7 @@ public class SafeDrivDataLoadThread extends Thread { | ||
| 33 | static BufferedReader br; | 33 | static BufferedReader br; |
| 34 | 34 | ||
| 35 | static { | 35 | static { |
| 36 | - url = "http://211.95.61.66:9007/bsth-safedriving/Crlcxb/realtimeInterface.do"; | 36 | + url = "http://211.95.61.66:9008/safedriving/realtimeInterface"; |
| 37 | httpClient = HttpClients.createDefault(); | 37 | httpClient = HttpClients.createDefault(); |
| 38 | get = new HttpGet(url); | 38 | get = new HttpGet(url); |
| 39 | requestConfig = RequestConfig.custom() | 39 | requestConfig = RequestConfig.custom() |