测试CI/CD
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 3m18s

This commit is contained in:
xuthus 2024-04-15 21:27:01 +08:00
parent 08c16cc575
commit 3c5d7e70fa

View File

@ -47,7 +47,6 @@ public class ApiController {
String event = data.getString("event");
params.put("message", item_name + ": " + event);
params.put("user_id", "913651466");
sendPost("http://192.168.123.123:8080/send_msg", params.toString());
}
return "请求成功";