mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-09 12:39:02 +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
|
var IsAsync = true
|
||||||
pushReq.IsAsync = &IsAsync
|
pushReq.IsAsync = &IsAsync
|
||||||
pushReq.Taskid = &taskID
|
pushReq.Taskid = &taskID
|
||||||
|
pushReq.PushMessage.Notification = nil
|
||||||
|
pushReq.PushMessage.Transmission = nil
|
||||||
pushReq.Audience = struct {
|
pushReq.Audience = struct {
|
||||||
Alias []string `json:"alias"`
|
Alias []string `json:"alias"`
|
||||||
}{Alias: userIDList}
|
}{Alias: userIDList}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user