smart-starter-http/src/main/java/com/qianwen/core/http/Method.java
@@ -1,6 +1,5 @@ package com.qianwen.core.http; /* loaded from: blade-starter-http-9.3.0.0-SNAPSHOT.jar:org/springblade/core/http/Method.class */ public interface Method { public static final String GET = "GET"; public static final String POST = "POST";