This commit is contained in:
Jay
2019-04-03 22:52:24 +08:00
parent c986453dca
commit 43cbb6e603
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -79,6 +79,7 @@ func GetNotifyWebhook(c *context.Context) {
c.DataFormat(nil)
return
}
fmt.Println("Hook string ::: ", string(byteBody))
id, ok := c.GetQuery("id")
if !ok {