Skip to content

Commit e494e22

Browse files
author
piexlMax(奇淼
committed
feat: 调整版本为v2.7.9-beta
1 parent d40c815 commit e494e22

File tree

10 files changed

+587
-24
lines changed

10 files changed

+587
-24
lines changed

Diff for: server/api/v1/example/exa_attachment_category.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AttachmentCategoryApi struct{}
1616
// @Summary 媒体库分类列表
1717
// @Security AttachmentCategory
1818
// @Produce application/json
19-
// @Success 200 {object} response.Response{data=systemRes.SysAttachmentCategoryResponse,msg=string} "媒体库分类列表"
19+
// @Success 200 {object} response.Response{data=example.ExaAttachmentCategory,msg=string} "媒体库分类列表"
2020
// @Router /attachmentCategory/getCategoryList [get]
2121
func (a *AttachmentCategoryApi) GetCategoryList(c *gin.Context) {
2222
res, err := attachmentCategoryService.GetCategoryList()
@@ -34,8 +34,7 @@ func (a *AttachmentCategoryApi) GetCategoryList(c *gin.Context) {
3434
// @Security AttachmentCategory
3535
// @accept application/json
3636
// @Produce application/json
37-
// @Param data body example.ExaAttachmentCategory true ""
38-
// @Success 200 {object} response.Response{msg=string} "添加媒体库分类"
37+
// @Param data body example.ExaAttachmentCategory true "媒体库分类数据"// @Success 200 {object} response.Response{msg=string} "添加媒体库分类"
3938
// @Router /attachmentCategory/addCategory [post]
4039
func (a *AttachmentCategoryApi) AddCategory(c *gin.Context) {
4140
var req example.ExaAttachmentCategory

Diff for: server/core/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func RunWindowsServer() {
3939

4040
fmt.Printf(`
4141
欢迎使用 gin-vue-admin
42-
当前版本:v2.7.8
42+
当前版本:v2.7.9-beta
4343
加群方式:微信号:shouzi_1994 QQ群:470239250
4444
项目地址:https://github.com/flipped-aurora/gin-vue-admin
4545
插件市场:https://plugin.gin-vue-admin.com

Diff for: server/docs/docs.go

+221-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)