{ "swagger": "2.0", "info": { "description": "站长后台接口", "title": "广告联盟-站长平台", "termsOfService": "http://swagger.io/terms/", "contact": { "name": "dengbiao", "url": "http://www.swagger.io/support", "email": "1239118001@qq.com" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0" }, "host": "localhost:1002 or xxxx.advertisement.dengbiao.top", "paths": { "/api/agentQualification/bank": { "post": { "description": "渠道资质-银行资质", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "银行资质", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseReq" } } ], "responses": { "200": { "description": "具体看返回内容 这是data里面的数据", "schema": { "$ref": "#/definitions/md.AgentQualificationBankRes" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/agentQualification/bank/audit": { "post": { "description": "渠道资质-银行资质审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "银行资质审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/agentQualification/contact": { "post": { "description": "渠道资质-联系方式", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "联系方式", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseReq" } } ], "responses": { "200": { "description": "具体看返回内容 这是data里面的数据", "schema": { "$ref": "#/definitions/md.AgentQualificationContactRes" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/agentQualification/contact/audit": { "post": { "description": "渠道资质-联系方式审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "联系方式审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/agentQualification/enterprise": { "post": { "description": "渠道资质-主体资质", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "主体资质", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseReq" } } ], "responses": { "200": { "description": "具体看返回内容 这是data里面的数据", "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseRes" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/agentQualification/enterprise/audit": { "post": { "description": "渠道资质-主体资质审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "渠道资质------嘉俊" ], "summary": "主体资质审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AgentQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/login": { "post": { "description": "登入", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "登录" ], "summary": "登陆", "parameters": [ { "description": "用户名密码", "name": "req", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.LoginReq" } } ], "responses": { "200": { "description": "token", "schema": { "$ref": "#/definitions/md.LoginResponse" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/bank": { "post": { "responses": { "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/bank/audit": { "post": { "description": "媒体资质-银行资质审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "媒体资质------嘉俊" ], "summary": "银行资质审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/contact": { "post": { "description": "媒体资质-联系方式", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "媒体资质------嘉俊" ], "summary": "联系方式", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseReq" } } ], "responses": { "200": { "description": "具体看返回内容 这是data里面的数据", "schema": { "$ref": "#/definitions/md.MediumQualificationContactRes" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/contact/audit": { "post": { "description": "媒体资质-联系方式审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "媒体资质------嘉俊" ], "summary": "联系方式审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/enterprise": { "post": { "description": "媒体资质-主体资质", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "媒体资质------嘉俊" ], "summary": "主体资质", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseReq" } } ], "responses": { "200": { "description": "具体看返回内容 这是data里面的数据", "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseRes" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/mediumQualification/enterprise/audit": { "post": { "description": "媒体资质-主体资质审核", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "媒体资质------嘉俊" ], "summary": "主体资质审核", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.MediumQualificationEnterpriseAuditReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/registerForAgent": { "post": { "description": "注册模块-渠道代理注册", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "注册模块" ], "summary": "渠道代理注册", "parameters": [ { "description": "用户名密码", "name": "req", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.RegisterForAgentReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/registerForMedium": { "post": { "description": "注册模块-媒体注册", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "注册模块" ], "summary": "媒体注册", "parameters": [ { "description": "用户名密码", "name": "req", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.RegisterForMediumReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/addAdmin": { "post": { "description": "权限管理-新增管理员", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "新增管理员", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AddAdminReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/addRole": { "post": { "description": "权限管理-添加角色", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "添加角色", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AddRoleReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/adminInfo": { "get": { "description": "权限管理-管理员信息", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "管理员信息", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "type": "string", "description": "管理员id", "name": "adm_id", "in": "query", "required": true } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/adminList": { "post": { "description": "权限管理-管理员列表", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "管理员列表", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AdminListReq" } } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/bindAdminRole/": { "post": { "description": "权限管理-管理员绑定角色", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "管理员绑定角色", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.BindAdminRoleReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/deleteAdmin/{$adm_id}": { "delete": { "description": "权限管理-删除管理员", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "删除管理员", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/deleteRole/{$id}": { "delete": { "description": "权限管理-删除角色", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "删除角色", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.UpdateRoleStateReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/roleBindPermissionGroup": { "post": { "description": "权限管理-角色绑定权限组", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "角色绑定权限组", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.RoleBindPermissionGroupReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/roleList": { "get": { "description": "权限管理-角色列表", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "角色列表", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/updateAdmin": { "post": { "description": "权限管理-修改管理员信息", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "修改管理员信息", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.UpdateAdminReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/updateAdminState": { "post": { "description": "权限管理-修改管理员状态", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "修改管理员状态", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.UpdateAdminStateReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/updateRole": { "post": { "description": "权限管理-修改角色", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "修改角色", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.UpdateRoleReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/role/updateRoleState": { "post": { "description": "权限管理-修改角色状态", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "修改角色状态", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.UpdateRoleStateReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/applet/add": { "post": { "description": "小程序设置-新增", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-小程序设置" ], "summary": "新增", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AppletAddReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/applet/authorize": { "get": { "description": "设置中心-基础设置", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心" ], "summary": "设置中心-基础设置-微信三方应用获取", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "微信授权界面url", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/applet/list": { "get": { "description": "小程序设置-列表", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-小程序设置" ], "summary": "列表", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/hdl.WxOpenThirdPartyAppList" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/applet/unauthorized": { "get": { "description": "设置中心-基础设置", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心" ], "summary": "设置中心-基础设置-微信三方应用获取", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/applet/update": { "post": { "description": "小程序设置-更新", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-小程序设置" ], "summary": "更新", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.AppletUpdateReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/basic/getOss": { "get": { "description": "基础设置-oss获取", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-基础设置" ], "summary": "oss获取", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/md.SetOssResp" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/basic/setOss": { "post": { "description": "基础设置-oss设置", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-基础设置" ], "summary": "oss设置", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.SetOssReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/basic/wxOpenGet": { "get": { "description": "基础设置-微信三方应用获取", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-基础设置" ], "summary": "微信三方应用获取", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/md.WxOpenGetResp" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/basic/wxOpenSet": { "post": { "description": "基础设置-微信三方应用设置", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-基础设置" ], "summary": "微信三方应用设置", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "description": "请求参数", "name": "args", "in": "body", "required": true, "schema": { "$ref": "#/definitions/md.WxOpenSetReq" } } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/api/setCenter/share/index": { "get": { "description": "邀请链接界面接口", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-邀请链接" ], "summary": "邀请链接", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/md.ShareIndexResp" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/role/permissionGroupList": { "get": { "description": "权限管理-权限组列表", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "权限管理" ], "summary": "权限组列表", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true }, { "type": "string", "description": "管理员id", "name": "adm_id", "in": "query", "required": true } ], "responses": { "200": { "description": "具体看返回内容", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } }, "/v1/banner/delete/{$id}": { "delete": { "description": "小程序设置-删除", "consumes": [ "application/json" ], "produces": [ "application/json" ], "tags": [ "设置中心-小程序设置" ], "summary": "删除", "parameters": [ { "type": "string", "description": "验证参数Bearer和token空格拼接", "name": "Authorization", "in": "header", "required": true } ], "responses": { "200": { "description": "success", "schema": { "type": "string" } }, "400": { "description": "具体错误", "schema": { "$ref": "#/definitions/md.Response" } } } } } }, "definitions": { "hdl.WxOpenThirdPartyAppList": { "type": "object", "properties": { "aes_key": { "type": "string" }, "app_secret": { "type": "string" }, "appid": { "type": "string" }, "component_access_token": { "type": "string" }, "component_verify_ticket": { "type": "string" }, "create_at": { "type": "string" }, "id": { "type": "integer" }, "token": { "type": "string" }, "update_at": { "type": "string" }, "uuid": { "type": "integer" } } }, "md.AddAdminReq": { "type": "object", "required": [ "password", "username" ], "properties": { "memo": { "type": "string" }, "password": { "type": "string" }, "username": { "type": "string" } } }, "md.AddRoleReq": { "type": "object", "required": [ "memo", "name" ], "properties": { "memo": { "type": "string" }, "name": { "type": "string" } } }, "md.AdminListReq": { "type": "object", "properties": { "limit": { "type": "integer" }, "page": { "type": "integer" }, "state": { "type": "integer" }, "username": { "type": "string" } } }, "md.AgentQualificationBankData": { "type": "object", "properties": { "agent_id": { "type": "string", "example": "代理id" }, "bank": { "type": "string", "example": "开户银行" }, "bank_branch": { "type": "string", "example": "开户银行分行" }, "bank_no": { "type": "string", "example": "银行卡号" }, "company_name": { "type": "string", "example": "公司名称" }, "currency_conf": { "type": "string", "example": "结算币种 0人民币" }, "id": { "type": "string", "example": "id" }, "kind": { "type": "string", "example": "类型(1:企业 2:个人)" }, "licence": { "type": "string", "example": "开户许可证" }, "memo": { "type": "string", "example": "备注 审核时填写的" }, "state": { "type": "string", "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)" }, "unified_social_credit_code": { "type": "string", "example": "统一社会信用代码" } } }, "md.AgentQualificationBankRes": { "type": "object", "properties": { "currency_conf": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "list": { "type": "array", "items": { "$ref": "#/definitions/md.AgentQualificationBankData" } }, "state": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "total": { "type": "integer" }, "type": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } } } }, "md.AgentQualificationContactData": { "type": "object", "properties": { "address": { "type": "string", "example": "联系地址" }, "agent_id": { "type": "string", "example": "代理id" }, "company_name": { "type": "string", "example": "公司名称" }, "email": { "type": "string", "example": "邮箱地址" }, "id": { "type": "string", "example": "id" }, "kind": { "type": "string", "example": "类型(1:企业 2:个人)" }, "memo": { "type": "string", "example": "备注 审核时填写的" }, "name": { "type": "string", "example": "联系人" }, "phone": { "type": "string", "example": "联系电话" }, "state": { "type": "string", "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)" } } }, "md.AgentQualificationContactRes": { "type": "object", "properties": { "list": { "type": "array", "items": { "$ref": "#/definitions/md.AgentQualificationContactData" } }, "state": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "total": { "type": "integer" } } }, "md.AgentQualificationEnterpriseAuditReq": { "type": "object", "properties": { "agent_id": { "type": "string" }, "memo": { "type": "string" }, "state": { "type": "string" } } }, "md.AgentQualificationEnterpriseData": { "type": "object", "properties": { "agent_id": { "type": "string", "example": "代理id" }, "business_license_address": { "type": "string", "example": "营业执照地址" }, "business_license_img_url": { "type": "string", "example": "营业执照照片" }, "certificate_first_type": { "type": "string", "example": "证件类型 1级类目id" }, "certificate_type": { "type": "string", "example": "证件类型 2级类目id" }, "certificate_validity": { "type": "string", "example": "证件有效期" }, "company_abbreviation": { "type": "string", "example": "公司简称" }, "company_name": { "type": "string", "example": "公司名称" }, "country_region": { "type": "string", "example": "国家地区" }, "country_region_id": { "type": "string", "example": "国家地区id" }, "id": { "type": "string", "example": "状态选择" }, "kind": { "type": "string", "example": "类型(1:企业 2:个人)" }, "legal_representative": { "type": "string", "example": "法定代表人" }, "memo": { "type": "string", "example": "备注 审核时填写的" }, "registered_address": { "type": "string", "example": "注册地址" }, "registered_address_city_id": { "type": "string", "example": "注册地址-市id" }, "registered_address_country_id": { "type": "string", "example": "注册地址-国家id" }, "registered_address_county_id": { "type": "string", "example": "注册地址-县/区id" }, "registered_address_province_id": { "type": "string", "example": "册地址-省份id" }, "state": { "type": "string", "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)" }, "unified_social_credit_code": { "type": "string", "example": "统一社会信用代码" }, "uuid": { "type": "string", "example": "站长id" } } }, "md.AgentQualificationEnterpriseReq": { "type": "object", "properties": { "limit": { "type": "string" }, "name": { "type": "string" }, "page": { "type": "string" }, "state": { "type": "string" } } }, "md.AgentQualificationEnterpriseRes": { "type": "object", "properties": { "list": { "type": "array", "items": { "$ref": "#/definitions/md.AgentQualificationEnterpriseData" } }, "state": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "total": { "type": "integer" }, "type": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } } } }, "md.AppletAddReq": { "type": "object", "required": [ "appid", "logo", "name", "original_id" ], "properties": { "appid": { "type": "string", "example": "授权小程序appid" }, "logo": { "type": "string", "example": "小程序logo" }, "name": { "type": "string", "example": "小程序名称" }, "original_id": { "type": "string", "example": "授权小程序原始id" } } }, "md.AppletUpdateReq": { "type": "object", "required": [ "id", "logo", "name" ], "properties": { "id": { "type": "integer" }, "logo": { "type": "string", "example": "小程序logo" }, "name": { "type": "string", "example": "小程序名称" } } }, "md.BindAdminRoleReq": { "type": "object", "required": [ "adm_id" ], "properties": { "adm_id": { "type": "integer" }, "role_ids": { "type": "array", "items": { "type": "integer" } } } }, "md.LoginReq": { "type": "object", "required": [ "password", "username" ], "properties": { "code": { "type": "string", "example": "验证码" }, "password": { "type": "string", "example": "登录密码" }, "username": { "type": "string", "example": "登录账号" } } }, "md.LoginResponse": { "type": "object", "properties": { "token": { "type": "string" } } }, "md.MediumQualificationContactData": { "type": "object", "properties": { "address": { "type": "string", "example": "联系地址" }, "company_name": { "type": "string", "example": "公司名称" }, "email": { "type": "string", "example": "邮箱地址" }, "id": { "type": "string", "example": "id" }, "kind": { "type": "string", "example": "类型(1:企业 2:个人)" }, "medium_id": { "type": "string", "example": "代理id" }, "memo": { "type": "string", "example": "备注 审核时填写的" }, "name": { "type": "string", "example": "联系人" }, "phone": { "type": "string", "example": "联系电话" }, "state": { "type": "string", "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)" } } }, "md.MediumQualificationContactRes": { "type": "object", "properties": { "list": { "type": "array", "items": { "$ref": "#/definitions/md.MediumQualificationContactData" } }, "state": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "total": { "type": "integer" } } }, "md.MediumQualificationEnterpriseAuditReq": { "type": "object", "properties": { "medium_id": { "type": "string" }, "memo": { "type": "string" }, "state": { "type": "string" } } }, "md.MediumQualificationEnterpriseData": { "type": "object", "properties": { "business_license_address": { "type": "string", "example": "营业执照地址" }, "business_license_img_url": { "type": "string", "example": "营业执照照片" }, "certificate_first_type": { "type": "string", "example": "证件类型 1级类目id" }, "certificate_type": { "type": "string", "example": "证件类型 2级类目id" }, "certificate_validity": { "type": "string", "example": "证件有效期" }, "company_abbreviation": { "type": "string", "example": "公司简称" }, "company_name": { "type": "string", "example": "公司名称" }, "country_region": { "type": "string", "example": "国家地区" }, "country_region_id": { "type": "string", "example": "国家地区id" }, "id": { "type": "string", "example": "状态选择" }, "kind": { "type": "string", "example": "类型(1:企业 2:个人)" }, "legal_representative": { "type": "string", "example": "法定代表人" }, "medium_id": { "type": "string", "example": "代理id" }, "memo": { "type": "string", "example": "备注 审核时填写的" }, "registered_address": { "type": "string", "example": "注册地址" }, "registered_address_city_id": { "type": "string", "example": "注册地址-市id" }, "registered_address_country_id": { "type": "string", "example": "注册地址-国家id" }, "registered_address_county_id": { "type": "string", "example": "注册地址-县/区id" }, "registered_address_province_id": { "type": "string", "example": "册地址-省份id" }, "state": { "type": "string", "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)" }, "unified_social_credit_code": { "type": "string", "example": "统一社会信用代码" }, "uuid": { "type": "string", "example": "站长id" } } }, "md.MediumQualificationEnterpriseReq": { "type": "object", "properties": { "limit": { "type": "string" }, "name": { "type": "string" }, "page": { "type": "string" }, "state": { "type": "string" } } }, "md.MediumQualificationEnterpriseRes": { "type": "object", "properties": { "list": { "type": "array", "items": { "$ref": "#/definitions/md.MediumQualificationEnterpriseData" } }, "state": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } }, "total": { "type": "integer" }, "type": { "type": "array", "items": { "$ref": "#/definitions/md.SelectData" } } } }, "md.QiNiuBucketRegion": { "type": "object", "properties": { "region_domain": { "type": "string", "example": "区域域名" }, "region_id": { "type": "string", "example": "区域id" }, "region_name": { "type": "string", "example": "区域名称" } } }, "md.RegisterForAgentReq": { "type": "object", "required": [ "password", "phone" ], "properties": { "code": { "type": "string", "example": "验证码" }, "password": { "type": "string", "example": "登录密码" }, "phone": { "type": "string", "example": "登录账号" } } }, "md.RegisterForMediumReq": { "type": "object", "required": [ "password", "phone" ], "properties": { "code": { "type": "string", "example": "验证码" }, "password": { "type": "string", "example": "登录密码" }, "phone": { "type": "string", "example": "登录账号" } } }, "md.Response": { "type": "object", "properties": { "code": { "type": "string", "example": "响应码" }, "data": { "description": "内容" }, "msg": { "type": "string", "example": "具体错误原因" } } }, "md.RoleBindPermissionGroupReq": { "type": "object", "required": [ "role_id" ], "properties": { "permission_ids": { "type": "array", "items": { "type": "integer" } }, "role_id": { "type": "integer" } } }, "md.SelectData": { "type": "object", "properties": { "name": { "type": "string", "example": "名称" }, "value": { "type": "string", "example": "值" } } }, "md.SetOssReq": { "type": "object", "required": [ "file_access_key", "file_bucket", "file_bucket_host", "file_bucket_region", "file_secret_key" ], "properties": { "file_access_key": { "type": "string", "example": "对象存储AccessToken" }, "file_bucket": { "type": "string", "example": "对象存储bucket(空间)" }, "file_bucket_host": { "type": "string", "example": "对象存储域名" }, "file_bucket_region": { "type": "string", "example": "文件所属区域" }, "file_secret_key": { "type": "string", "example": "对象存储SecretToken" } } }, "md.SetOssResp": { "type": "object", "properties": { "data": { "description": "数据内容", "allOf": [ { "$ref": "#/definitions/md.SetOssReq" } ] }, "qi_niu_bucket_region_list": { "description": "七牛云存储区域列表", "type": "array", "items": { "$ref": "#/definitions/md.QiNiuBucketRegion" } } } }, "md.ShareIndexResp": { "type": "object", "properties": { "agent_domain": { "type": "string", "example": "代理分享地址" }, "master_id": { "type": "string" }, "medium_domain": { "type": "string", "example": "媒体分享地址" } } }, "md.UpdateAdminReq": { "type": "object", "required": [ "adm_id", "password", "username" ], "properties": { "adm_id": { "type": "integer" }, "memo": { "type": "string" }, "password": { "type": "string" }, "username": { "type": "string" } } }, "md.UpdateAdminStateReq": { "type": "object", "required": [ "adm_id", "state" ], "properties": { "adm_id": { "type": "integer" }, "state": { "type": "integer" } } }, "md.UpdateRoleReq": { "type": "object", "required": [ "memo", "name", "role_id" ], "properties": { "memo": { "type": "string" }, "name": { "type": "string" }, "role_id": { "type": "integer" } } }, "md.UpdateRoleStateReq": { "type": "object", "required": [ "role_id", "state" ], "properties": { "role_id": { "type": "integer" }, "state": { "type": "integer" } } }, "md.WxOpenGetResp": { "type": "object", "properties": { "aes_key": { "type": "string", "example": "消息加解密Key" }, "app_secret": { "type": "string", "example": "appSecret" }, "appid": { "type": "string", "example": "appid" }, "token": { "type": "string", "example": "消息校验Token" }, "wx_open_applet_server_domain": { "type": "string", "example": "微信开放平台-小程序服务器域名" }, "wx_open_authorization_event_receiving_configuration": { "type": "string", "example": "微信开放平台-授权事件接收配置" }, "wx_open_domain_of_the_initiating_page_for_login_authorization": { "type": "string", "example": "微信开放平台-登录授权的发起页域名" }, "wx_open_message_and_event_reception_configuration": { "type": "string", "example": "微信开放平台-消息与事件接收配置" }, "wx_open_white_list_ip": { "type": "string", "example": "微信开放平台-白名单ip" } } }, "md.WxOpenSetReq": { "type": "object", "required": [ "aes_key", "app_secret", "appid", "token" ], "properties": { "aes_key": { "type": "string", "example": "消息加解密Key" }, "app_secret": { "type": "string", "example": "appSecret" }, "appid": { "type": "string", "example": "appid" }, "token": { "type": "string", "example": "消息校验Token" } } } }, "securityDefinitions": { "MasterID": { "type": "apiKey", "name": "MasterID", "in": "header" } } }