notification modify

This commit is contained in:
Gordon
2021-11-12 16:09:21 +08:00
parent 4b13874d44
commit 85a75be30e
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ func JGAccountListPush(accounts []string, content, detailContent, platform strin
au.SetAlias(accounts)
var no requestBody.Notification
no.SetAlert(content)
no.SetAndroidIntent()
var me requestBody.Message
me.SetMsgContent(detailContent)
var po requestBody.PushObj