@@ -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": { | |||
@@ -14506,6 +14509,10 @@ const docTemplate = `{ | |||
"seo_title": { | |||
"type": "string" | |||
}, | |||
"wap_host": { | |||
"type": "string", | |||
"example": "h5域名" | |||
}, | |||
"web_logo": { | |||
"type": "string" | |||
} | |||
@@ -14523,6 +14530,10 @@ const docTemplate = `{ | |||
"seo_title": { | |||
"type": "string" | |||
}, | |||
"wap_host": { | |||
"type": "string", | |||
"example": "h5域名" | |||
}, | |||
"web_logo": { | |||
"type": "string" | |||
}, | |||
@@ -14551,8 +14562,6 @@ var SwaggerInfo = &swag.Spec{ | |||
Description: "管理后台接口文档", | |||
InfoInstanceName: "swagger", | |||
SwaggerTemplate: docTemplate, | |||
LeftDelim: "{{", | |||
RightDelim: "}}", | |||
} | |||
func init() { | |||
@@ -1430,7 +1430,9 @@ | |||
"name": "req", | |||
"in": "body", | |||
"required": true, | |||
"schema": {} | |||
"schema": { | |||
"type": "object" | |||
} | |||
} | |||
], | |||
"responses": { | |||
@@ -14499,6 +14501,10 @@ | |||
"seo_title": { | |||
"type": "string" | |||
}, | |||
"wap_host": { | |||
"type": "string", | |||
"example": "h5域名" | |||
}, | |||
"web_logo": { | |||
"type": "string" | |||
} | |||
@@ -14516,6 +14522,10 @@ | |||
"seo_title": { | |||
"type": "string" | |||
}, | |||
"wap_host": { | |||
"type": "string", | |||
"example": "h5域名" | |||
}, | |||
"web_logo": { | |||
"type": "string" | |||
}, | |||
@@ -4788,6 +4788,9 @@ definitions: | |||
type: string | |||
seo_title: | |||
type: string | |||
wap_host: | |||
example: h5域名 | |||
type: string | |||
web_logo: | |||
type: string | |||
type: object | |||
@@ -4799,6 +4802,9 @@ definitions: | |||
type: string | |||
seo_title: | |||
type: string | |||
wap_host: | |||
example: h5域名 | |||
type: string | |||
web_logo: | |||
type: string | |||
web_logo_url: | |||
@@ -5747,7 +5753,8 @@ paths: | |||
in: body | |||
name: req | |||
required: true | |||
schema: {} | |||
schema: | |||
type: object | |||
produces: | |||
- application/json | |||
responses: | |||