可指定requestMethod

This commit is contained in:
tanghc
2019-05-28 10:22:38 +08:00
parent 8db5d290c2
commit 4bd3869ed8
7 changed files with 70 additions and 13 deletions

View File

@@ -36,6 +36,11 @@ public class OpenServiceConfig extends AlipayServiceConfiguration {
protected String getDocTitle() {
return "故事API";
}
@Override
protected boolean swaggerAccessProtected() {
return false;
}
}
}