This commit is contained in:
parent
08c16cc575
commit
3c5d7e70fa
@ -47,7 +47,6 @@ public class ApiController {
|
|||||||
String event = data.getString("event");
|
String event = data.getString("event");
|
||||||
params.put("message", item_name + ": " + event);
|
params.put("message", item_name + ": " + event);
|
||||||
params.put("user_id", "913651466");
|
params.put("user_id", "913651466");
|
||||||
|
|
||||||
sendPost("http://192.168.123.123:8080/send_msg", params.toString());
|
sendPost("http://192.168.123.123:8080/send_msg", params.toString());
|
||||||
}
|
}
|
||||||
return "请求成功";
|
return "请求成功";
|
||||||
|
Loading…
Reference in New Issue
Block a user