msgpush.send_with_alias_list
声明
public mixed send_with_alias_list(map data, array alias)
参数
参数名 | 描述 |
---|---|
data | 需要推送给服务器的数据 |
alias | alias为指定用户的别名发送 |
通知数据格式
参数名 | 描述 |
---|---|
type | type的值可以为 {tag, cid, alias, boardcast} ,boardcast 为广播, tag为指定tag群体发送,cid与alias为指定用户发送,获取cid与绑定alias/tag在下方接口 |
id | 推送id,如设置为相同id,发送时会覆盖此前的推送 |
title | 标题 |
content |