Commit da44fae98da74aa72c037cd2030a91ba80b514bb

Authored by 648540858
1 parent 497e581e

修改接口文档作者信息

src/main/java/com/genersoft/iot/vmp/conf/Swagger3Config.java
@@ -109,8 +109,8 @@ public class Swagger3Config { @@ -109,8 +109,8 @@ public class Swagger3Config {
109 private ApiInfo apiInfo() { 109 private ApiInfo apiInfo() {
110 return new ApiInfoBuilder() 110 return new ApiInfoBuilder()
111 .title("WVP-PRO 接口文档") 111 .title("WVP-PRO 接口文档")
112 - .description("更多请咨询服务开发者(18010473990@@163.com)。")  
113 - .contact(new Contact("panlinlin", "http://www.ruiyeclub.cn", "ruiyeclub@foxmail.com")) 112 + .description("更多请咨询服务开发者(https://github.com/648540858/wvp-GB28181-pro)。")
  113 + .contact(new Contact("648540858", "648540858", "648540858@qq.com"))
114 .version("2.0") 114 .version("2.0")
115 .build(); 115 .build();
116 } 116 }