去掉debug 数据
This commit is contained in:
parent
8de4cc38c7
commit
d1fb30e587
@ -32,11 +32,6 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.GourmetGetListRe
|
|||||||
|
|
||||||
// 任务统计
|
// 任务统计
|
||||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype136, _gourmet.TotalTime)
|
this.module.ModuleRtask.SendToRtask(session, comm.Rtype136, _gourmet.TotalTime)
|
||||||
resp := &pb.GourmetCreateOrderReq{}
|
|
||||||
resp.Order = append(resp.Order, &pb.OrderCook{
|
|
||||||
FoodType: 1001,
|
|
||||||
FoodCount: 10,
|
|
||||||
})
|
|
||||||
this.CreateOrder(session, resp)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user