上传宝箱入库

This commit is contained in:
liwei 2023-07-26 21:02:07 +08:00
parent 6fd0d93af9
commit df522d05f7

View File

@ -91,6 +91,7 @@ func (this *apiComp) Accept(session comm.IUserSession, req *pb.WTaskAcceptReq) (
wtask.Boxs[conf.Key] = &pb.DBWTaskBox{
Boxs: boxs,
}
update["boxs"] = wtask.Boxs
session.SendMsg(string(this.module.GetType()), "boxchange", &pb.WTaskBoxChangePush{Boxs: wtask.Boxs})
}