fix
This commit is contained in:
@@ -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()))//表单内容
|
||||
|
||||
Reference in New Issue
Block a user