This commit is contained in:
Jay 2018-12-06 10:33:52 +08:00
parent cd472c511d
commit c500f47e79
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)
log.Println("group data :::: ", v, v.Notify, v.Name)
if v.Notify {
str := v.Tmpl
if len(str) == 0 {