public interface NotifyPusher
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
notifyChannel()
当前发布者对应的推送渠道
|
void |
push(NotifyInfo notifyInfo,
List<com.hccake.ballcat.system.model.entity.SysUser> userList)
推送通知
|
Integer notifyChannel()
NotifyChannelEnumvoid push(NotifyInfo notifyInfo, List<com.hccake.ballcat.system.model.entity.SysUser> userList)
notifyInfo - 通知信息userList - 用户列表Copyright © 2023. All rights reserved.