// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs
import "github.com/swaggo/swag"
const docTemplate = `{
"schemes": {{ marshal .Schemes }},
"swagger": "2.0",
"info": {
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"termsOfService": "http://swagger.io/terms/",
"contact": {},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/apps/:key": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 key 获取应用信息",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Search app by key",
"parameters": [
{
"type": "string",
"description": "app key",
"name": "key",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDTO"
}
}
}
}
},
"/apps/checkupdate": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "获取应用更新版本",
"tags": [
"App"
],
"summary": "Get app list update",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/apps/detail/:appId/:version/:type": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 appid 获取应用详情",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Search app detail by appid",
"parameters": [
{
"type": "integer",
"description": "app id",
"name": "appId",
"in": "path",
"required": true
},
{
"type": "string",
"description": "app 版本",
"name": "version",
"in": "path",
"required": true
},
{
"type": "string",
"description": "app 类型",
"name": "version",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDetailDTO"
}
}
}
}
},
"/apps/details/:id": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "通过 id 获取应用详情",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Get app detail by id",
"parameters": [
{
"type": "integer",
"description": "id",
"name": "appId",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.AppDetailDTO"
}
}
}
}
},
"/apps/ignored": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "获取忽略的应用版本",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Get Ignore App",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/response.IgnoredApp"
}
}
}
}
},
"/apps/install": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "安装应用",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Install app",
"parameters": [
{
"description": "request",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.AppInstallCreate"
}
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/model.AppInstall"
}
}
},
"x-panel-log": {
"BeforeFunctions": [],
"bodyKeys": [
"name"
],
"formatEN": "Install app [name]",
"formatZH": "安装应用 [name]",
"paramKeys": []
}
}
},
"/apps/installed/check": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "检查应用安装情况",
"consumes": [
"application/json"
],
"tags": [
"App"
],
"summary": "Check app installed",
"parameters": [
{
"description": "request",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.AppInstalledInfo"
}
}
],
"response
沐知全栈开发
- 粉丝: 5816
- 资源: 5227
最新资源
- 幼儿教育领域:分析幼儿园游戏活动开展中存在的问题及优化对策
- 基于springboot的开发的精简博客系统的设计与实现源码(java毕业设计完整源码+LW).zip
- 机械设计带有加热板的手压机sw15可编辑全套技术资料100%好用.zip
- 学前教育中中班幼儿多动行为现状及教育干预研究
- 基于springboot的医疗报销系统的设计与实现源码(java毕业设计完整源码+LW).zip
- 幼儿园中班音乐常规活动的选择与应用策略
- Windows高级开发基础专题
- 教育心理学中早期英语教育对幼儿语言发展影响的实证研究
- 基于springboot的球队训练信息管理系统源码(java毕业设计完整源码+LW).zip
- 遗传算法 求解物流配送中心选址问题 源码+详细注释(Matlab编写) 有两种解决选址问题代码,说明如下: 代码一:免疫算法物流配送中心选址 模型应用场景: 1.配送中心能够配送的总量≥各揽收站需求之
- 学前教育中中班建构区活动师幼互动现状及改进策略
- 机械设计电池包装机sw18可编辑全套技术资料100%好用.zip
- 基于springboot的大学生心理健康管理系统的设计与实现源码(java毕业设计完整源码+LW).zip
- 西门子PLC的升降横移立体停车库的设计,设计一个基于西门子S7-200 PLC控制核心的,三层三列,九个车位的立体停车控制系统 目录\\t3 1 绪 论\\t4 2 设计要求\\t5 3 硬件
- 基于springboot的多媒体素材库的开发与应用源码(java毕业设计完整源码+LW).zip
- 中班幼儿亲社会行为的现状与培养策略探析
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈