Browse Source

更新

master
huangjiajun 2 weeks ago
parent
commit
025f24573c
4 changed files with 12 additions and 12 deletions
  1. +3
    -3
      app/hdl/hdl_index.go
  2. +3
    -3
      docs/docs.go
  3. +3
    -3
      docs/swagger.json
  4. +3
    -3
      docs/swagger.yaml

+ 3
- 3
app/hdl/hdl_index.go View File

@@ -59,9 +59,9 @@ func IndexTotal(c *gin.Context) {
}

// IndexAppList
// @Summary 数据明细
// @Tags 数据中心------嘉俊
// @Description 数据中心-数据明细
// @Summary 应用列表
// @Tags 首页------嘉俊
// @Description 首页-应用列表
// @param Authorization header string true "验证参数Bearer和token空格拼接"
// @Accept json
// @Produce json


+ 3
- 3
docs/docs.go View File

@@ -837,7 +837,7 @@ const docTemplate = `{
},
"/api/index/app/list": {
"post": {
"description": "数据中心-数据明细",
"description": "首页-应用列表",
"consumes": [
"application/json"
],
@@ -845,9 +845,9 @@ const docTemplate = `{
"application/json"
],
"tags": [
"数据中心------嘉俊"
"首页------嘉俊"
],
"summary": "数据明细",
"summary": "应用列表",
"parameters": [
{
"type": "string",


+ 3
- 3
docs/swagger.json View File

@@ -829,7 +829,7 @@
},
"/api/index/app/list": {
"post": {
"description": "数据中心-数据明细",
"description": "首页-应用列表",
"consumes": [
"application/json"
],
@@ -837,9 +837,9 @@
"application/json"
],
"tags": [
"数据中心------嘉俊"
"首页------嘉俊"
],
"summary": "数据明细",
"summary": "应用列表",
"parameters": [
{
"type": "string",


+ 3
- 3
docs/swagger.yaml View File

@@ -1532,7 +1532,7 @@ paths:
post:
consumes:
- application/json
description: 数据中心-数据明细
description: 首页-应用列表
parameters:
- description: 验证参数Bearer和token空格拼接
in: header
@@ -1556,9 +1556,9 @@ paths:
description: 具体错误
schema:
$ref: '#/definitions/md.Response'
summary: 数据明细
summary: 应用列表
tags:
- 数据中心------嘉俊
- 首页------嘉俊
/api/index/base:
get:
consumes:


Loading…
Cancel
Save