webhook增加type参数:默认值为softbot

This commit is contained in:
wanjia 2023-03-30 13:59:36 +08:00
parent 93e1b74a1c
commit cfb8a3b89d
1 changed files with 6 additions and 0 deletions

View File

@ -25,4 +25,10 @@ public class Webhook {
private String branch_filter;
private Object[] events;
private String type;
public String getType() {
return "softbot";
}
}