上传宝箱入库
This commit is contained in:
parent
6fd0d93af9
commit
df522d05f7
@ -91,6 +91,7 @@ func (this *apiComp) Accept(session comm.IUserSession, req *pb.WTaskAcceptReq) (
|
|||||||
wtask.Boxs[conf.Key] = &pb.DBWTaskBox{
|
wtask.Boxs[conf.Key] = &pb.DBWTaskBox{
|
||||||
Boxs: boxs,
|
Boxs: boxs,
|
||||||
}
|
}
|
||||||
|
update["boxs"] = wtask.Boxs
|
||||||
session.SendMsg(string(this.module.GetType()), "boxchange", &pb.WTaskBoxChangePush{Boxs: wtask.Boxs})
|
session.SendMsg(string(this.module.GetType()), "boxchange", &pb.WTaskBoxChangePush{Boxs: wtask.Boxs})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user