This commit is contained in:
Jay 2018-12-06 11:31:24 +08:00
parent 1f42849cef
commit a066ea63c1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func GetNotifyWebhook(c *context.Context) {
str = strings.Replace(str, "{txt}", hook.Entry[0].Title, -1)
}
msg := &lineapi.TextMessage{
msg := lineapi.TextMessage{
Text: str,
}
log.Println("msg ::::: ", msg)