ing
This commit is contained in:
parent
1edc7cb582
commit
cd7081c731
|
@ -32,6 +32,7 @@ func (crc *ClientResponseCodec) Result(result interface{}) error {
|
|||
if err := json.Unmarshal(*crc.res.Result, result); nil != err {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("There is no result")
|
||||
|
|
Loading…
Reference in New Issue
Block a user