-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from suyuan32/fix-reuse-pkg
Fix reuse pkg
- Loading branch information
Showing
59 changed files
with
301 additions
and
362 deletions.
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
// Schemes: http, https | ||
// Host: localhost:9100 | ||
// BasePath: / | ||
// Version: 0.1.2 | ||
// Version: 0.1.6 | ||
// Contact: [email protected] | ||
// SecurityDefinitions: | ||
// Token: | ||
|
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -1124,7 +1124,7 @@ definitions: | |
type: object | ||
x-go-package: github.com/suyuan32/simple-admin-core/api/internal/types | ||
IDPathReq: | ||
description: Basic id request | 基础id参数请求 | ||
description: Basic ID request | 基础ID地址参数请求 | ||
properties: | ||
Id: | ||
description: ID | ||
|
@@ -1135,7 +1135,7 @@ definitions: | |
type: object | ||
x-go-package: github.com/suyuan32/simple-admin-core/api/internal/types | ||
IDReq: | ||
description: Basic id request | 基础id参数请求 | ||
description: Basic ID request | 基础ID参数请求 | ||
properties: | ||
id: | ||
description: ID | ||
|
@@ -2223,7 +2223,7 @@ info: | |
email: [email protected] | ||
description: This is simple admin api doc | ||
title: Simple Admin | ||
version: 0.1.2 | ||
version: 0.1.6 | ||
paths: | ||
/api: | ||
delete: | ||
|
@@ -3035,18 +3035,6 @@ paths: | |
produces: | ||
- application/json | ||
responses: | ||
PageList: | ||
description: The page response data model | 列表返回信息 | ||
headers: | ||
data: | ||
description: Data | 数据 | ||
items: | ||
type: string | ||
type: array | ||
total: | ||
description: Total number | 数据总数 | ||
format: uint64 | ||
type: integer | ||
SimpleMsg: | ||
description: The simplest message | 最简单的信息 | ||
headers: | ||
|
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
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
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
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
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
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
Oops, something went wrong.