diff --git a/docs/docs.go b/docs/docs.go index 75c3c68..daa6f9e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -22,7 +22,7 @@ var doc = `{ "contact": {}, "license": { "name": "MIT", - "url": "https://github.com/wenjianzhang/ferry/blob/master/LICENSE.md" + "url": "https://github.com/lanyulei/ferry/blob/master/LICENSE" }, "version": "{{.Version}}" }, @@ -3103,7 +3103,7 @@ var SwaggerInfo = swaggerInfo{ BasePath: "", Schemes: []string{}, Title: "ferry API", - Description: "基于Gin + Vue + Element UI的前后端分离权限管理系统的接口文档\n添加qq群: 74520518 进入技术交流群 请备注,谢谢!", + Description: "基于Gin + Vue + Element UI前后端分离的工单系统的接口文档\n添加qq群: 1127401830 进入技术交流群 请备注,谢谢!", } type s struct{} diff --git a/docs/swagger.json b/docs/swagger.json index 814336b..a2c3137 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1,12 +1,12 @@ { "swagger": "2.0", "info": { - "description": "基于Gin + Vue + Element UI的前后端分离权限管理系统的接口文档\n添加qq群: 74520518 进入技术交流群 请备注,谢谢!", + "description": "基于Gin + Vue + Element UI前后端分离的工单系统的接口文档\n添加qq群: 1127401830 进入技术交流群 请备注,谢谢!", "title": "ferry API", "contact": {}, "license": { "name": "MIT", - "url": "https://github.com/wenjianzhang/ferry/blob/master/LICENSE.md" + "url": "https://github.com/lanyulei/ferry/blob/master/LICENSE" }, "version": "0.0.1" }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 057b9f6..4046de1 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -470,11 +470,11 @@ definitions: info: contact: {} description: |- - 基于Gin + Vue + Element UI的前后端分离权限管理系统的接口文档 - 添加qq群: 74520518 进入技术交流群 请备注,谢谢! + 基于Gin + Vue + Element UI前后端分离的工单系统的接口文档 + 添加qq群: 1127401830 进入技术交流群 请备注,谢谢! license: name: MIT - url: https://github.com/wenjianzhang/ferry/blob/master/LICENSE.md + url: https://github.com/lanyulei/ferry/blob/master/LICENSE title: ferry API version: 0.0.1 paths: