revoke super group message and push message modify

This commit is contained in:
Gordon
2022-08-17 20:18:56 +08:00
parent 4614107b2b
commit eee98c5175
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ func (g *Getui) Push(userIDList []string, alert, detailContent, operationID stri
}
pushReq.PushMessage.Notification = Notification{
Title: alert,
Body: alert,
Body: detailContent,
ClickType: "startapp",
}
pushReq.PushChannel.Ios.Aps.Sound = "default"