diff --git a/internal/push/getui/push.go b/internal/push/getui/push.go index 8f2351d29..e5aab97e7 100644 --- a/internal/push/getui/push.go +++ b/internal/push/getui/push.go @@ -168,6 +168,9 @@ func (g *Getui) Push(userIDList []string, title, detailContent, operationID stri var IsAsync = true pushReq.IsAsync = &IsAsync pushReq.Taskid = &taskID + pushReq.Audience = struct { + Alias []string `json:"alias"` + }{Alias: userIDList} err = g.request(BatchPushURL, pushReq, token, &pushResp, operationID) } else { reqID := utils.OperationIDGenerator()