修改接口文档作者信息
This commit is contained in:
parent
2ef79be1d6
commit
357335179a
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user