yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
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";