This commit is contained in:
Redkale
2020-06-04 17:56:13 +08:00
parent 7f184bae50
commit 958cea4e0d

View File

@@ -92,8 +92,9 @@ public class HttpResult<T> {
return convert;
}
public void convert(Convert convert) {
public HttpResult<T> convert(Convert convert) {
this.convert = convert;
return this;
}
public Map<String, String> getHeaders() {