main
HuangHai 3 months ago
parent feb5f6dcb8
commit e801fa8481

@ -30,7 +30,6 @@ import java.util.*;
public class JApiDocsGenerator {
private static String getHttpType(Before before) {
if (before.value().length > 0) {
for (Class<?> interceptClass : before.value()) {
if (interceptClass.equals(GET.class)) {
return "GET";
@ -38,7 +37,6 @@ public class JApiDocsGenerator {
return "POST";
}
}
}
return "UNKNOWN";
}

Loading…
Cancel
Save