推送消息
This commit is contained in:
parent
8eaaece554
commit
ea4c8e16fe
@ -192,6 +192,7 @@ func (this *Library) AddHeroFetterData(uid, heroConfId string) (code pb.ErrorCod
|
|||||||
if code != pb.ErrorCode_Success {
|
if code != pb.ErrorCode_Success {
|
||||||
this.Errorf("CreateLibrary failed: %v,uid:%s,fid:%d", code, uid, fid)
|
this.Errorf("CreateLibrary failed: %v,uid:%s,fid:%d", code, uid, fid)
|
||||||
}
|
}
|
||||||
|
rsp.Data = append(rsp.Data, obj)
|
||||||
} else { // 羁绊信息中没有这个heroid 也需要加进来
|
} else { // 羁绊信息中没有这个heroid 也需要加进来
|
||||||
// 同步数据
|
// 同步数据
|
||||||
mapData := make(map[string]interface{}, 0)
|
mapData := make(map[string]interface{}, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user