|
|
@@ -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" |
|
|
@@ -1656,9 +1655,7 @@ const docTemplate = `{ |
|
|
|
"name": "req", |
|
|
|
"in": "body", |
|
|
|
"required": true, |
|
|
|
"schema": { |
|
|
|
"type": "object" |
|
|
|
} |
|
|
|
"schema": {} |
|
|
|
} |
|
|
|
], |
|
|
|
"responses": { |
|
|
@@ -13622,6 +13619,14 @@ const docTemplate = `{ |
|
|
|
"md.GetWithdrawApplyListResp": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"audit_list": { |
|
|
|
"description": "审核条件", |
|
|
|
"type": "array", |
|
|
|
"items": { |
|
|
|
"type": "object", |
|
|
|
"additionalProperties": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"levels_list": { |
|
|
|
"description": "等级列表", |
|
|
|
"type": "array", |
|
|
@@ -16838,6 +16843,9 @@ const docTemplate = `{ |
|
|
|
"description": "头像", |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"custom_invite_code": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"id": { |
|
|
|
"description": "会员 ID", |
|
|
|
"type": "integer" |
|
|
@@ -17755,6 +17763,8 @@ var SwaggerInfo = &swag.Spec{ |
|
|
|
Description: "管理后台接口文档", |
|
|
|
InfoInstanceName: "swagger", |
|
|
|
SwaggerTemplate: docTemplate, |
|
|
|
LeftDelim: "{{", |
|
|
|
RightDelim: "}}", |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|