|
|
@@ -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" |
|
|
@@ -2304,7 +2305,9 @@ const docTemplate = `{ |
|
|
|
"name": "req", |
|
|
|
"in": "body", |
|
|
|
"required": true, |
|
|
|
"schema": {} |
|
|
|
"schema": { |
|
|
|
"type": "object" |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
"responses": { |
|
|
@@ -3227,6 +3230,9 @@ const docTemplate = `{ |
|
|
|
"md.CollegeDetailResp": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"app_name": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"content": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
@@ -4096,6 +4102,10 @@ const docTemplate = `{ |
|
|
|
"type": "string", |
|
|
|
"example": "是否绑定了上级 0否 1是" |
|
|
|
}, |
|
|
|
"is_real_name": { |
|
|
|
"type": "string", |
|
|
|
"example": "是否实名认证 0否 1是" |
|
|
|
}, |
|
|
|
"level_name": { |
|
|
|
"description": "会员等级名称", |
|
|
|
"type": "string" |
|
|
@@ -4248,7 +4258,7 @@ const docTemplate = `{ |
|
|
|
"properties": { |
|
|
|
"auth_state": { |
|
|
|
"type": "string", |
|
|
|
"example": "0未审核 1通过 2拒绝" |
|
|
|
"example": "0未申请 1申请通过 3申请失败" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
@@ -4663,6 +4673,9 @@ const docTemplate = `{ |
|
|
|
}, |
|
|
|
"title": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"type": { |
|
|
|
"type": "string" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
@@ -4997,8 +5010,6 @@ var SwaggerInfo = &swag.Spec{ |
|
|
|
Description: "APP客户端-Api接口", |
|
|
|
InfoInstanceName: "swagger", |
|
|
|
SwaggerTemplate: docTemplate, |
|
|
|
LeftDelim: "{{", |
|
|
|
RightDelim: "}}", |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|