This commit is contained in:
crusader 2018-04-05 17:13:26 +09:00
parent 1edc7cb582
commit cd7081c731

View File

@ -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")