This commit is contained in:
psh
2024-06-25 13:26:58 +08:00
parent 1973464fd3
commit 5f2ce0d3b1
3 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ public class SyncPoint {
public void run() throws Exception {
try {
log.info("自动线程开始查询天眼点位状态");
String url = "http://10.44.101.61:12346/api/getStatus?binNo=ALL";
String url = "http://10.44.101.61:9001/api/getStatus?binNo=ALL";
log.info("下发天眼查询点位状态请求:{}", url);
HttpResponse result = HttpRequest.post(url)
.body(String.valueOf(new JSONObject()))//表单内容