mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
调整地址
This commit is contained in:
parent
403bee3108
commit
3c1c68d327
@ -84,7 +84,7 @@ public class StatisticsInfoTask implements CommandLineRunner {
|
|||||||
|
|
||||||
Request request = new Request.Builder()
|
Request request = new Request.Builder()
|
||||||
.post(requestBodyJson)
|
.post(requestBodyJson)
|
||||||
.url("https://api.wvp-pro.cn:11236/api/statistics/ping")
|
.url("http://api.wvp-pro.cn:136/api/statistics/ping")
|
||||||
// .url("http://127.0.0.1:11236/api/statistics/ping")
|
// .url("http://127.0.0.1:11236/api/statistics/ping")
|
||||||
.addHeader("Content-Type", "application/json")
|
.addHeader("Content-Type", "application/json")
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user