-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0e060f
commit c46ec24
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ private ApiInfo apiInfo() { | |
// 描述 | ||
.description("后台API接口") | ||
// 作者 | ||
.contact(new Contact("北京国炬信息技术有限公司","www.jeccg.com","[email protected]")) | ||
.contact(new Contact("北京敲敲云科技有限公司","www.jeccg.com","[email protected]")) | ||
.license("The Apache License, Version 2.0") | ||
.licenseUrl("http://www.apache.org/licenses/LICENSE-2.0.html") | ||
.build(); | ||
|