推送消息

This commit is contained in:
meixiongfeng 2022-11-30 13:48:42 +08:00
parent 8eaaece554
commit ea4c8e16fe

View File

@ -192,6 +192,7 @@ func (this *Library) AddHeroFetterData(uid, heroConfId string) (code pb.ErrorCod
if code != pb.ErrorCode_Success {
this.Errorf("CreateLibrary failed: %v,uid:%s,fid:%d", code, uid, fid)
}
rsp.Data = append(rsp.Data, obj)
} else { // 羁绊信息中没有这个heroid 也需要加进来
// 同步数据
mapData := make(map[string]interface{}, 0)