bingo 跳过随机任务

This commit is contained in:
meixiongfeng 2022-10-10 14:52:44 +08:00
parent c808b353a4
commit 5f6de83b62

View File

@ -157,4 +157,5 @@ func Test_Modules(t *testing.T) {
reply := &pb.RPCMessageReply{}
s_gateComp.ReceiveMsg(context.Background(), &pb.AgentMessage{UserId: "0_62c79d66acc7aa239b07c21e", MainType: "hero", SubType: "list", Message: data}, reply)
log.Debugf("reply:%v", reply)
}