Commit 037e3cd91304d8fe66e6fbcdcce486c4a5e1e011

Authored by ljq
1 parent c147befa

安全驾驶图像信息(当日) 改接口地址

src/main/java/com/bsth/data/safe_driv/SafeDrivDataLoadThread.java
... ... @@ -33,7 +33,7 @@ public class SafeDrivDataLoadThread extends Thread {
33 33 static BufferedReader br;
34 34  
35 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 37 httpClient = HttpClients.createDefault();
38 38 get = new HttpGet(url);
39 39 requestConfig = RequestConfig.custom()
... ...