Bläddra i källkod

更新

master
huangjiajun 2 veckor sedan
förälder
incheckning
025f24573c
4 ändrade filer med 12 tillägg och 12 borttagningar
  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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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 Visa fil

@@ -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:


Laddar…
Avbryt
Spara