修改消息发送
This commit is contained in:
parent
d11ddeb02f
commit
068df95ee6
@ -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
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user