@@ -1,4 +1,5 @@ | |||||
// Package docs Code generated by swaggo/swag. DO NOT EDIT | |||||
// Code generated by swaggo/swag. DO NOT EDIT. | |||||
package docs | package docs | ||||
import "github.com/swaggo/swag" | import "github.com/swaggo/swag" | ||||
@@ -1437,7 +1438,9 @@ const docTemplate = `{ | |||||
"name": "req", | "name": "req", | ||||
"in": "body", | "in": "body", | ||||
"required": true, | "required": true, | ||||
"schema": {} | |||||
"schema": { | |||||
"type": "object" | |||||
} | |||||
} | } | ||||
], | ], | ||||
"responses": { | "responses": { | ||||
@@ -14506,6 +14509,10 @@ const docTemplate = `{ | |||||
"seo_title": { | "seo_title": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"wap_host": { | |||||
"type": "string", | |||||
"example": "h5域名" | |||||
}, | |||||
"web_logo": { | "web_logo": { | ||||
"type": "string" | "type": "string" | ||||
} | } | ||||
@@ -14523,6 +14530,10 @@ const docTemplate = `{ | |||||
"seo_title": { | "seo_title": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"wap_host": { | |||||
"type": "string", | |||||
"example": "h5域名" | |||||
}, | |||||
"web_logo": { | "web_logo": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
@@ -14551,8 +14562,6 @@ var SwaggerInfo = &swag.Spec{ | |||||
Description: "管理后台接口文档", | Description: "管理后台接口文档", | ||||
InfoInstanceName: "swagger", | InfoInstanceName: "swagger", | ||||
SwaggerTemplate: docTemplate, | SwaggerTemplate: docTemplate, | ||||
LeftDelim: "{{", | |||||
RightDelim: "}}", | |||||
} | } | ||||
func init() { | func init() { | ||||
@@ -1430,7 +1430,9 @@ | |||||
"name": "req", | "name": "req", | ||||
"in": "body", | "in": "body", | ||||
"required": true, | "required": true, | ||||
"schema": {} | |||||
"schema": { | |||||
"type": "object" | |||||
} | |||||
} | } | ||||
], | ], | ||||
"responses": { | "responses": { | ||||
@@ -14499,6 +14501,10 @@ | |||||
"seo_title": { | "seo_title": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"wap_host": { | |||||
"type": "string", | |||||
"example": "h5域名" | |||||
}, | |||||
"web_logo": { | "web_logo": { | ||||
"type": "string" | "type": "string" | ||||
} | } | ||||
@@ -14516,6 +14522,10 @@ | |||||
"seo_title": { | "seo_title": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"wap_host": { | |||||
"type": "string", | |||||
"example": "h5域名" | |||||
}, | |||||
"web_logo": { | "web_logo": { | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
@@ -4788,6 +4788,9 @@ definitions: | |||||
type: string | type: string | ||||
seo_title: | seo_title: | ||||
type: string | type: string | ||||
wap_host: | |||||
example: h5域名 | |||||
type: string | |||||
web_logo: | web_logo: | ||||
type: string | type: string | ||||
type: object | type: object | ||||
@@ -4799,6 +4802,9 @@ definitions: | |||||
type: string | type: string | ||||
seo_title: | seo_title: | ||||
type: string | type: string | ||||
wap_host: | |||||
example: h5域名 | |||||
type: string | |||||
web_logo: | web_logo: | ||||
type: string | type: string | ||||
web_logo_url: | web_logo_url: | ||||
@@ -5747,7 +5753,8 @@ paths: | |||||
in: body | in: body | ||||
name: req | name: req | ||||
required: true | required: true | ||||
schema: {} | |||||
schema: | |||||
type: object | |||||
produces: | produces: | ||||
- application/json | - application/json | ||||
responses: | responses: | ||||