update swagger.
This commit is contained in:
parent
44c88c1388
commit
230bfef491
@ -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{}
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user