修改消息发送

This commit is contained in:
wh_zcy 2022-12-12 19:28:16 +08:00
parent d11ddeb02f
commit 068df95ee6

View File

@ -103,10 +103,6 @@ func (r *Robot) SendMsg(mainType, subType string, req proto.Message, rsp proto.M
logrus.WithFields(logrus.Fields{"MainType": mainType, "SubType": subType, "rsp": rsp}).Debug("接收消息")
return pb.ErrorCode_Success
}
// if r.checkResp(data, rsp) {
// return pb.ErrorCode_Success
// }
}
}