This commit is contained in:
Jay 2018-12-06 11:14:21 +08:00
parent 1081bbe85d
commit 2c9bd24b21
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func GetNotifyWebhook(c *context.Context) {
log.Println("yt groups ::::: ", yt.Groups)
for _, v := range yt.Groups {
log.Println("group data :::: ", v, v.Notify, v.Name)
log.Println("group data :::: ", v, v.Notify, v.Name, v.ID)
if v.Notify == true {
str := v.Tmpl
log.Println("template :::: ", str)