1.2.3 后台操作按钮调整及其新增开启拼团功能

This commit is contained in:
hupeng
2019-11-19 13:14:38 +08:00
parent 42d8d545a1
commit d52a399ecc
199 changed files with 12712 additions and 367 deletions

View File

@ -55,8 +55,8 @@ public class SwaggerConfig {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("eladmin 接口文档")
.version("2.1")
.title("yshop 接口文档")
.version("1.0")
.build();
}

View File

@ -57,8 +57,8 @@ public class SwaggerConfig2 {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("eladmin 接口文档2")
.version("2.1")
.title("yshop 接口文档")
.version("1.0")
.build();
}