修复推送接口
This commit is contained in:
parent
5fed8e4e3d
commit
1d3658a4a0
@ -148,7 +148,7 @@ func (this *ModuleBase) SendMsgToUser(mainType, subType string, msg proto.Messag
|
||||
//向多个用户发送消息
|
||||
func (this *ModuleBase) SendMsgToUsers(mainType, subType string, msg proto.Message, uids ...string) (err error) {
|
||||
var (
|
||||
users map[string]*pb.CacheUser
|
||||
users map[string]*pb.CacheUser = make(map[string]*pb.CacheUser)
|
||||
gateways map[string]map[string][]string = make(map[string]map[string][]string)
|
||||
cluster map[string][]string = make(map[string][]string)
|
||||
gateway []string
|
||||
|
Loading…
Reference in New Issue
Block a user