mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-09 04:21:08 +08:00
push
This commit is contained in:
parent
428e5a7a4e
commit
9a3373a43d
@ -168,6 +168,8 @@ func (g *Getui) Push(userIDList []string, title, detailContent, operationID stri
|
||||
var IsAsync = true
|
||||
pushReq.IsAsync = &IsAsync
|
||||
pushReq.Taskid = &taskID
|
||||
pushReq.PushMessage.Notification = nil
|
||||
pushReq.PushMessage.Transmission = nil
|
||||
pushReq.Audience = struct {
|
||||
Alias []string `json:"alias"`
|
||||
}{Alias: userIDList}
|
||||
|
Loading…
x
Reference in New Issue
Block a user