|
|
|
|
@ -118,7 +118,7 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
|
|
|
|
|
|
|
|
|
|
public static List<Report> getReomteReport() { |
|
|
|
|
log.info("110连接成功,准备拉取110数据服务"); |
|
|
|
|
String url = String.format("http://127.0.0.1:8083/api/server/report/list"); |
|
|
|
|
String url = String.format("http://65.47.60.185:8083/api/server/report/list"); |
|
|
|
|
HttpResponse httpResponse = HttpUtil.createGet(url) |
|
|
|
|
.execute(); |
|
|
|
|
JSONObject data = JSON.parseObject(httpResponse.body()); |
|
|
|
|
|