mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
docs:knife4j接口文档信息修改
This commit is contained in:
parent
17dc8fdb59
commit
1e07bf8552
@ -66,8 +66,8 @@ public class SwaggerConfiguration {
|
||||
return new ApiInfoBuilder()
|
||||
.title("订单中心")
|
||||
.description("<div style='font-size:14px;color:red;'>订单提交、秒杀接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -66,8 +66,8 @@ public class SwaggerConfiguration {
|
||||
return new ApiInfoBuilder()
|
||||
.title("商品中心")
|
||||
.description("<div style='font-size:14px;color:red;'>商品管理、库存、分类、品牌、规格、参数等接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -65,8 +65,8 @@ public class SwaggerConfiguration {
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder().title("营销中心")
|
||||
.description("<div style='font-size:14px;color:red;'>首页广告接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -67,8 +67,8 @@ public class SwaggerConfiguration {
|
||||
return new ApiInfoBuilder()
|
||||
.title("会员中心")
|
||||
.description("<div style='font-size:14px;color:red;'>会员管理、地址接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -68,8 +68,8 @@ public class SwaggerConfiguration {
|
||||
return new ApiInfoBuilder()
|
||||
.title("系统管理")
|
||||
.description("<div style='font-size:14px;color:red;'>用户、角色、部门、菜单、权限、字典、客户端接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -62,8 +62,8 @@ public class SwaggerConfiguration {
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder().title("OAuth2认证中心")
|
||||
.description("<div style='font-size:14px;color:red;'>OAuth2认证、注销、获取验签公钥接口</div>")
|
||||
.termsOfServiceUrl("https://www.youlai.store")
|
||||
.contact(new Contact("yl", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.termsOfServiceUrl("https://www.youlai.tech")
|
||||
.contact(new Contact("有来技术团队", "https://github.com/hxrui", "1490493387@qq.com"))
|
||||
.license("Open Source")
|
||||
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
|
||||
.version("1.0.0")
|
||||
|
@ -2,7 +2,6 @@ package com.youlai.gateway.security;
|
||||
|
||||
import cn.hutool.core.collection.CollectionUtil;
|
||||
import cn.hutool.core.convert.Convert;
|
||||
import cn.hutool.core.lang.Assert;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.youlai.common.constant.AuthConstants;
|
||||
import com.youlai.common.constant.GlobalConstants;
|
||||
|
Loading…
Reference in New Issue
Block a user