Browse Source

swag

master
huangjiajun 1 day ago
parent
commit
ddc117d689
3 changed files with 10 additions and 6 deletions
  1. +5
    -4
      docs/docs.go
  2. +3
    -1
      docs/swagger.json
  3. +2
    -1
      docs/swagger.yaml

+ 5
- 4
docs/docs.go View File

@@ -1,4 +1,5 @@
// Package docs Code generated by swaggo/swag. DO NOT EDIT
// Code generated by swaggo/swag. DO NOT EDIT.

package docs

import "github.com/swaggo/swag"
@@ -1437,7 +1438,9 @@ const docTemplate = `{
"name": "req",
"in": "body",
"required": true,
"schema": {}
"schema": {
"type": "object"
}
}
],
"responses": {
@@ -12974,8 +12977,6 @@ var SwaggerInfo = &swag.Spec{
Description: "管理后台接口文档",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
RightDelim: "}}",
}

func init() {


+ 3
- 1
docs/swagger.json View File

@@ -1430,7 +1430,9 @@
"name": "req",
"in": "body",
"required": true,
"schema": {}
"schema": {
"type": "object"
}
}
],
"responses": {


+ 2
- 1
docs/swagger.yaml View File

@@ -5350,7 +5350,8 @@ paths:
in: body
name: req
required: true
schema: {}
schema:
type: object
produces:
- application/json
responses:


Loading…
Cancel
Save