diff --git a/notification/mobile.go b/notification/mobile.go index ef5632c..489d527 100644 --- a/notification/mobile.go +++ b/notification/mobile.go @@ -29,6 +29,7 @@ func SendMobileNotification(webhook string, title string, content string) error "atMobiles": []string{}, "isAtAll": false, }, + "text": content, } // perform request