推送:军团向个人发送消息

This commit is contained in:
luying
2021-09-27 17:29:20 +08:00
parent 6e1f664e32
commit b72dc3b702

View File

@@ -67,7 +67,7 @@ export class GuildRemote {
sid = channel && channel.getMember(roleId)['sid'];
}
if (sid) {
uids.push({ roleId, sid });
uids.push({ uid: roleId, sid });
this.channelService.pushMessageByUids(path, resResult(STATUS.SUCCESS, message), uids);
}
return channel