修改了对应bug

This commit is contained in:
chenze 2024-08-27 16:46:37 +08:00
parent f6bcf14e3d
commit 382bde2f2c

View File

@ -49,7 +49,7 @@ public class SignUtils {
Map<String, String > heads = new HashMap<>();
String body = HttpRequest.post("http://218.81.144.84:8888/cootoo/openLock")
String body = HttpRequest.post("http://116.227.212.175:8888/cootoo/openLock")
.headerMap(heads, false)
.body(on.toString()).timeout(30 * 1000).execute().body();
System.out.println(body);