mirror of
https://gitee.com/elegant_wings/xiongan-meeting.git
synced 2025-06-21 04:59:36 +08:00
修改了对应bug
This commit is contained in:
parent
f6bcf14e3d
commit
382bde2f2c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user