修改接口文档作者信息

pull/183/head
648540858 2021-09-27 16:07:59 +08:00
parent 497e581e5e
commit da44fae98d
1 changed files with 2 additions and 2 deletions

View File

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