Commit dd588addd38b87cdc97a8f83396b7afe413b8ba5
1 parent
8063bb7c
bf2
Showing
2 changed files
with
3 additions
and
3 deletions
bsthLineProfiles/src/main/java/com/ruoyi/project/monitor/job/task/RyTask.java
| ... | ... | @@ -46,7 +46,7 @@ public class RyTask { |
| 46 | 46 | |
| 47 | 47 | |
| 48 | 48 | public void compareLineData() { |
| 49 | - String data = HttpUtils.sendGet("http://180.167.126.126:18991/prod-api/service/interfact/all", ""); | |
| 49 | + String data = HttpUtils.sendGet("https://180.167.126.126:18991/prod-api/service/interfact/all", ""); | |
| 50 | 50 | |
| 51 | 51 | JSONArray luwuData = JSONArray.parseArray(data); |
| 52 | 52 | ... | ... |
bsthLineProfiles/src/main/resources/templates/system/line/map.html
| ... | ... | @@ -244,7 +244,7 @@ body, html, #container { |
| 244 | 244 | |
| 245 | 245 | //站点标注 |
| 246 | 246 | function a(lng,lat,distance){ |
| 247 | - $.get("http://180.167.126.126:18991/prod-api/service/interfact/getStation?lng=" | |
| 247 | + $.get("https://180.167.126.126:18991/prod-api/service/interfact/getStation?lng=" | |
| 248 | 248 | +lng + "&lat=" + lat + "&dis=" |
| 249 | 249 | + distance / 1000, function(data) { |
| 250 | 250 | if (data.code == "200") { |
| ... | ... | @@ -308,7 +308,7 @@ body, html, #container { |
| 308 | 308 | |
| 309 | 309 | //站点标注用来查道路的 多了个站点筛选和 去除 圆形范围 |
| 310 | 310 | function b(lng,lat,distance,roadName){ |
| 311 | - $.get("http://180.167.126.126:18991/prod-api/service/interfact/getStation?lng=" | |
| 311 | + $.get("https://180.167.126.126:18991/prod-api/service/interfact/getStation?lng=" | |
| 312 | 312 | +lng + "&lat=" + lat + "&dis=" |
| 313 | 313 | + distance / 1000, function(data) { |
| 314 | 314 | if (data.code == "200") { | ... | ... |