yangys
2024-05-18 cc0bdfb33ef638dfafe3185c92c7076d815e1c9b
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 -> {
    };