修改接口文档作者信息

This commit is contained in:
648540858 2021-09-27 16:07:59 +08:00
parent 2ef79be1d6
commit 357335179a

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();
}