SDK可指定requestMethod

This commit is contained in:
tanghc
2019-05-28 11:08:50 +08:00
parent 4bd3869ed8
commit cb6bdcc22c
10 changed files with 116 additions and 78 deletions

View File

@@ -39,7 +39,7 @@ public class OpenServiceConfig extends AlipayServiceConfiguration {
@Override
protected boolean swaggerAccessProtected() {
return false;
return true;
}
}
}