|
@ -187,7 +187,7 @@ public class DcTrafficStatisticsServiceImpl implements IDcTrafficStatisticsServi |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public JSONArray vehiclesInTransit() throws HttpException, IOException { |
|
|
public JSONArray vehiclesInTransit() throws HttpException, IOException { |
|
|
OkHttp okHttp = new OkHttp(8); |
|
|
OkHttp okHttp = new OkHttp(); |
|
|
|
|
|
|
|
|
RequestParams requestParams = new RequestParams(); |
|
|
RequestParams requestParams = new RequestParams(); |
|
|
|
|
|
|
|
|