杨杰 6 anni fa
parent
commit
59e9dd9998

+ 1 - 1
src/main/java/com/llisoft/service/pay/config/SwaggerConfig.java

@@ -24,7 +24,7 @@ public class SwaggerConfig {
 	@Bean  
 	public Docket docket() {  
 		return new Docket(DocumentationType.SWAGGER_2)
-			.apiInfo(new ApiInfoBuilder().title("支付服务API").version("v1.0.0").build())
+			.apiInfo(new ApiInfoBuilder().title("支付服务API【pay】").version("v1.0.0").build())
 			.directModelSubstitute(byte.class, int.class) //修正byte转string的Bug
 			.select()
 			// 文档中需要屏蔽的接口