Browse Source

update

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

+ 4
- 5
docs/docs.go View File

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

// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs

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

func init() {


+ 1
- 3
docs/swagger.json View File

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


+ 1
- 2
docs/swagger.yaml View File

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


Loading…
Cancel
Save