refactor: log change

Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
This commit is contained in:
Gordon 2023-08-09 20:14:00 +08:00
parent 82d7255058
commit 3b74ad3d9a

View File

@ -64,7 +64,7 @@ func (r *Resp) String() string {
tResp.OperationID = r.OperationID
tResp.ErrCode = r.ErrCode
tResp.ErrMsg = r.ErrMsg
return utils.StructToJsonString(r)
return utils.StructToJsonString(tResp)
}
type MessageHandler interface {