public class Result extends Object
public boolean isSuccess()
public <T> T toBean(Type type)
T - 泛型对象type - 类型public <T> T toBean(com.alibaba.fastjson.TypeReference<T> type,
com.alibaba.fastjson.parser.Feature... features)
T - 泛型对象type - 类型features - 特征public <T> List<T> toList(Class<T> clazz)
T - 泛型clazz - 类型public String getBody() throws IOException
IOExceptionCopyright © 2021. All rights reserved.