// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag
package docs
import (
"bytes"
"encoding/json"
"strings"
"github.com/alecthomas/template"
"github.com/swaggo/swag"
)
var doc = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{.Description}}",
"title": "{{.Title}}",
"contact": {},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/api/createApi": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysApi"
],
"summary": "创建基础api",
"parameters": [
{
"description": "api路径, api中文描述, api组, 方法",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/system.SysApi"
}
}
],
"responses": {
"200": {
"description": "创建基础api",
"schema": {
"allOf": [
{
"$ref": "#/definitions/response.Response"
},
{
"type": "object",
"properties": {
"msg": {
"type": "string"
}
}
}
]
}
}
}
}
},
"/api/deleteApi": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysApi"
],
"summary": "删除api",
"parameters": [
{
"description": "ID",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/system.SysApi"
}
}
],
"responses": {
"200": {
"description": "删除api",
"schema": {
"allOf": [
{
"$ref": "#/definitions/response.Response"
},
{
"type": "object",
"properties": {
"msg": {
"type": "string"
}
}
}
]
}
}
}
}
},
"/api/deleteApisByIds": {
"delete": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysApi"
],
"summary": "删除选中Api",
"parameters": [
{
"description": "ID",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.IdsReq"
}
}
],
"responses": {
"200": {
"description": "删除选中Api",
"schema": {
"allOf": [
{
"$ref": "#/definitions/response.Response"
},
{
"type": "object",
"properties": {
"msg": {
"type": "string"
}
}
}
]
}
}
}
}
},
"/api/getAllApis": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysApi"
],
"summary": "获取所有的Api 不分页",
"responses": {
"200": {
"description": "获取所有的Api 不分页,返回包括api列表",
"schema": {
"allOf": [
{
"$ref": "#/definitions/response.Response"
},
{
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/response.SysAPIListResponse"
},
"msg": {
"type": "string"
}
}
}
]
}
}
}
}
},
"/api/getApiById": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"SysApi"
],
"summary": "根据id获取api",
"parameters": [
{
"description": "根据id获取api",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.GetById"
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
该项目为gin-vue-admin-main,采用Go和Vue技术栈构建,源码总计599个文件,其中Go源码文件303个,Vue相关文件77个,还包括JavaScript、CSS、HTML、Shell脚本等多种文件类型。项目涉及Go、Vue、JavaScript、CSS、HTML、Shell等多种编程语言,旨在为开发者提供一套完整的前后端分离的实践参考。
资源推荐
资源详情
资源评论
收起资源包目录
基于Go和Vue的gin-vue-admin-main设计源码实践分享 (597个子文件)
gin-vue-admin.code-workspace 970B
nginx.conf 1KB
my.conf 813B
chunk-vendors.a16c4353.css 210KB
app.7832f89c.css 89KB
iconfont.css 5KB
Dockerfile 875B
Dockerfile 736B
Dockerfile 349B
.eslintignore 34B
.gitattributes 55B
.gitignore 348B
.gitignore 76B
docs.go 230KB
sys_auto_code.go 24KB
sys_user.go 15KB
casbin.go 14KB
api.go 12KB
sys_auto_code.go 10KB
sys_menu.go 9KB
sys_menu.go 8KB
validator.go 8KB
xk_bbs_category.go 8KB
sys_user.go 8KB
sys_authority.go 8KB
menu.go 8KB
sys_authority.go 7KB
sys_api.go 7KB
xk_videoCreategory.go 6KB
exa_customer.go 6KB
sys_operation_record.go 6KB
exa_breakpoint_continue.go 5KB
xk_video_category.go 5KB
sys_dictionary_detail.go 5KB
injection_code.go 5KB
sys_autocode_history.go 5KB
sys_dictionary.go 5KB
sys_initdb.go 5KB
sys_api.go 5KB
xk_bbs.go 5KB
router.go 5KB
oss.go 4KB
xk_video.go 4KB
video.go 4KB
sys_dictionary.go 4KB
sys_chatgpt.go 4KB
sys_auto_code.go 4KB
exa_file_upload_download.go 4KB
sys_base_menu.go 4KB
ast_enter.go 4KB
sys_casbin.go 4KB
xk_bbs_category.go 4KB
dictionary_detail.go 4KB
operation.go 4KB
sys_auto_code_pgsql.go 4KB
sys_auto_code_history.go 4KB
ast_gorm.go 4KB
ast_rollback.go 4KB
exa_file_upload_download.go 3KB
zap.go 3KB
qiniu.go 3KB
aws_s3.go 3KB
sys_operation_record.go 3KB
sys_dictionary_detail.go 3KB
breakpoint_continue.go 3KB
ast_router.go 3KB
user.go 3KB
sys_system.go 3KB
jwt.go 3KB
sys_initdb_mysql.go 3KB
sys_user.go 3KB
local.go 3KB
jwt.go 3KB
xk_state_user.go 3KB
authority.go 3KB
xk_video.go 3KB
exa_customer.go 3KB
sys_initdb_pgsql.go 3KB
aliyun_oss.go 3KB
local.go 3KB
xk_user.go 3KB
sys_authority_btn.go 3KB
xk_bbs_service.go 3KB
viper.go 3KB
sys_auto_code_mysql.go 2KB
xk_video.go 2KB
sys_base_menu.go 2KB
limit_ip.go 2KB
ensure_tables.go 2KB
server.go 2KB
timed_task.go 2KB
cors.go 2KB
sys_casbin.go 2KB
exa_breakpoint_continue.go 2KB
authorities_menus.go 2KB
zap.go 2KB
jwt_black_list.go 2KB
xk_state_user.go 2KB
sys_captcha.go 2KB
ws.go 2KB
共 597 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
lsx202406
- 粉丝: 2575
- 资源: 5599
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 技术资料分享STM32F102x8B-DS-CH-V2很好的技术资料.zip
- X64EIP内核注入DLL C++源码
- 技术资料分享STM32F101xCDE-DS-CH-V5很好的技术资料.zip
- 智慧云Serverless SDK的微信小程序demo.zip
- 技术资料分享STM32F101x46-DS-CH-V2很好的技术资料.zip
- 技术资料分享STM32F101x8B-DS-CH-V11很好的技术资料.zip
- 掌故-微信小程序.zip
- 技术资料分享STM32F10xxx闪存编程参考手册很好的技术资料.zip
- 基于深度学习的裂缝检测技术项目Python源码.zip
- 技术资料分享STM32F10xxCDE-Errata-CH-V5很好的技术资料.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功