yangys
2024-05-18 040976de6f9934b99f30268a28e2ecf42260e217
smart-starter-http/src/main/java/com/qianwen/core/http/AsyncCall.java
@@ -6,7 +6,6 @@
import okhttp3.Call;
import okhttp3.Request;
/* loaded from: blade-starter-http-9.3.0.0-SNAPSHOT.jar:org/springblade/core/http/AsyncCall.class */
public class AsyncCall {
    private static final Consumer<ResponseSpec> DEFAULT_CONSUMER = r -> {
    };