|
- {
- "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/dataCenter/generate/data/del": {
- "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.DataCenterGenerateDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/generate/data/detail": {
- "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.DataCenterGenerateDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "$ref": "#/definitions/md.DataCenterGenerateDataDetailData"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/generate/data/doing": {
- "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.DataCenterGenerateDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/generate/data/list": {
- "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.DataCenterGenerateDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterGenerateDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/income/data/detail": {
- "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.DataCenterGenerateDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterIncomeDataDetail"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/income/data/list": {
- "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.DataCenterGenerateDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterIncomeDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/del": {
- "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.DataCenterOriginalDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/doing": {
- "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.DataCenterDataCenterOriginalDataDoingReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/list": {
- "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.DataCenterOriginalDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterOriginalDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/more/application": {
- "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.DataCenterOriginalDataMoreApplicationReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/more/application/doing": {
- "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.DataCenterOriginalDataMoreApplicationDoingReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/more/application/state": {
- "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": "具体看返回内容 state=1 进行中",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/one/application": {
- "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": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/one/application/ad/list": {
- "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.DataCenterOriginalDataOneApplicationAdListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/one/application/doing": {
- "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.DataCenterOriginalDataOneApplicationDoingReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/one/application/state": {
- "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": "具体看返回内容 state=1 进行中",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/one/application/total": {
- "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.DataCenterOriginalDataOneApplicationDoingReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/original/data/total": {
- "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.DataCenterOriginalDataCommReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "$ref": "#/definitions/md.MediumDivisionStrategy"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/divisionStrategy/detail": {
- "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.DivisionStrategyDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DivisionStrategyDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/divisionStrategy/list": {
- "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.DivisionStrategyReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DivisionStrategyRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/divisionStrategy/save": {
- "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.DivisionStrategyDetailRes"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/detail": {
- "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.CommDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinanceCenterDataAgentDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/invoice/save": {
- "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.InvoiceReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/list": {
- "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.FinanceCenterDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinanceCenterDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/other/income/save": {
- "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.OtherIncomeReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/pay/save": {
- "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.CommDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/agent/settle/file/save": {
- "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.SettleFileReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/detail": {
- "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.CommDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinanceCenterDataDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/invoice/save": {
- "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.InvoiceReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/list": {
- "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.FinanceCenterDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinanceCenterDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/other/income/save": {
- "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.OtherIncomeReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/pay/save": {
- "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.CommDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/medium/settle/file/save": {
- "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.SettleFileReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financeCenter/platform/list": {
- "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.FinanceCenterPlatformDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinanceCenterPlatformDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/agent/list": {
- "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.FinancialDynamicsAgentListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinancialDynamicsAgentListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/agent/save": {
- "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.FinancialDynamicsAgentSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/agent/total": {
- "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.FinancialDynamicsAgentTotalReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinancialDynamicsAgentTotalRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/medium/list": {
- "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.FinancialDynamicsMediumListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinancialDynamicsMediumListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/medium/save": {
- "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.FinancialDynamicsMediumSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/financialDynamics/medium/total": {
- "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.FinancialDynamicsMediumTotalReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.FinancialDynamicsMediumTotalRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/index/app/list": {
- "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.IndexAppListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.IndexAppListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/index/app/list/table": {
- "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.IndexAppListTableReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/index/base": {
- "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": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/index/total": {
- "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": "具体看返回内容 这是data里面的数据",
- "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/mediumCenter/agent/bind/medium/list": {
- "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.MediumListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.MediumListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/agent/list": {
- "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/mediumCenter/applet/application/ad/space/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.AppletApplicationAdSpaceSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/applet/application/ad/space/list": {
- "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.AppletApplicationAdSpaceListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容---这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.AppletApplicationAdSpaceListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/applet/application/ad/space/medium/list": {
- "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.AppletApplicationAdSpaceMediumListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容---这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/applet/application/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.AppletApplicationSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/applet/application/list": {
- "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.AppletApplicationListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容---这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.AppletApplicationListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/applet/application/medium/list": {
- "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.AppletApplicationMediumListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容---这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.AppletApplicationMediumListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/medium/bind/agent/del": {
- "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.MediumListDelReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/medium/bind/agent/list": {
- "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.MediumListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.MediumListRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/medium/bind/agent/save": {
- "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.MediumListSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 ",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/mediumCenter/medium/list": {
- "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/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.MediumQualificationEnterpriseReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.MediumQualificationBankRes"
- }
- },
- "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/qiniuyun/upload": {
- "post": {
- "description": "七牛云-七牛云上传",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "七牛云"
- ],
- "summary": "七牛云上传",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header"
- },
- {
- "description": "请求参数",
- "name": "args",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.ImgReqUpload"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/qualification/select/base": {
- "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/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/applet/shieldRules/addBlackList": {
- "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.AppletAddBlackListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/applet/shieldRules/delBlackList": {
- "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.AppletDelBlackListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/applet/shieldRules/getAmsCategoryBlackList": {
- "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.AppletGetAmsCategoryBlackListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/md.AppletGetAmsCategoryBlackListResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/applet/shieldRules/getBlackList": {
- "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.AppletGetBlackListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/md.AgencyGetBlackListResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/applet/shieldRules/setAmsCategoryBlackList": {
- "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.AppletSetAmsCategoryBlackListReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/getLogo": {
- "get": {
- "description": "基础设置-logo获取",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "设置中心-基础设置"
- ],
- "summary": "logo获取",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/md.SetLogoResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/getMob": {
- "get": {
- "description": "基础设置-mob获取",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "设置中心-基础设置"
- ],
- "summary": "mob获取",
- "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/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/setLogo": {
- "post": {
- "description": "基础设置-logo设置",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "设置中心-基础设置"
- ],
- "summary": "logo设置",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "请求参数",
- "name": "args",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.SetLogoReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/setCenter/basic/setMob": {
- "post": {
- "description": "基础设置-mob设置",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "设置中心-基础设置"
- ],
- "summary": "mob设置",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "请求参数",
- "name": "args",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.SetMobReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "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"
- }
- }
- }
- }
- },
- "/api/settleCenter/agent/detail": {
- "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.SettleCenterDataDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.SettleCenterDataDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/agent/list": {
- "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.SettleCenterDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.SettleCenterDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/agent/save": {
- "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.SettleCenterDataSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/medium/detail": {
- "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.SettleCenterDataDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.SettleCenterDataDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/medium/list": {
- "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.SettleCenterDataReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.SettleCenterDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/medium/save": {
- "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.SettleCenterDataSaveReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "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.AgencyGetBlackListResp": {
- "type": "object",
- "properties": {
- "blacklist_android": {
- "description": "屏蔽安卓应用列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "屏蔽安卓应用的应用宝包名"
- },
- "name": {
- "type": "string",
- "example": "屏蔽安卓应用的名称"
- },
- "url": {
- "type": "string",
- "example": "屏蔽安卓应用标识图片"
- }
- }
- }
- },
- "blacklist_biz": {
- "description": "屏蔽公众号列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "屏蔽公众号微信号"
- },
- "name": {
- "type": "string",
- "example": "屏蔽公众号名称"
- },
- "url": {
- "type": "string",
- "example": "屏蔽公众号头像URL"
- }
- }
- }
- },
- "blacklist_ios": {
- "description": "屏蔽IOS应用列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "屏蔽IOS应用的APPID"
- },
- "name": {
- "type": "string",
- "example": "屏蔽IOS应用名称"
- },
- "url": {
- "type": "string",
- "example": "屏蔽IOS应用标识图片"
- }
- }
- }
- },
- "blacklist_weapp": {
- "description": "屏蔽小程序/小游戏列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "屏蔽小程序/小游戏原始ID"
- },
- "name": {
- "type": "string",
- "example": "屏蔽小程序/小游戏名称"
- },
- "url": {
- "type": "string",
- "example": "屏蔽小程序/小游戏头像URL"
- }
- }
- }
- },
- "err_msg": {
- "type": "string",
- "example": "错误信息"
- },
- "ret": {
- "description": "错误码",
- "type": "integer"
- }
- }
- },
- "md.AgentQualificationBankData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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.AppletAddBlackListReq": {
- "type": "object",
- "required": [
- "Kind",
- "appid",
- "id"
- ],
- "properties": {
- "Kind": {
- "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
- "type": "integer"
- },
- "appid": {
- "type": "string",
- "example": "授权小程序appid"
- },
- "id": {
- "type": "string",
- "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
- }
- }
- },
- "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.AppletApplicationAdSpaceListData": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string",
- "example": "广告位id"
- },
- "app_id": {
- "type": "string",
- "example": "小程序appid"
- },
- "cooperate_state": {
- "type": "string",
- "example": "合作状态"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "kind": {
- "type": "string",
- "example": "广告位类型"
- },
- "logo": {
- "type": "string",
- "example": "logo"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "name": {
- "type": "string",
- "example": "应用名称"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "state": {
- "type": "string",
- "example": "应用状态 state=2 才能再次编辑"
- }
- }
- },
- "md.AppletApplicationAdSpaceListReq": {
- "type": "object",
- "properties": {
- "ad_type": {
- "type": "string",
- "example": ""
- },
- "cooperate_state": {
- "type": "string",
- "example": "合作状态"
- },
- "limit": {
- "type": "string"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- }
- }
- },
- "md.AppletApplicationAdSpaceListRes": {
- "type": "object",
- "properties": {
- "ad_type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "cooperate_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.AppletApplicationAdSpaceListData"
- }
- },
- "platform": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.AppletApplicationAdSpaceMediumListData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "contact_name": {
- "type": "string",
- "example": "联系人"
- },
- "count": {
- "type": "string",
- "example": "广告位数量"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "phone": {
- "type": "string",
- "example": "联系电话"
- }
- }
- },
- "md.AppletApplicationAdSpaceMediumListReq": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "媒体账号"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "page": {
- "type": "string"
- }
- }
- },
- "md.AppletApplicationAdSpaceMediumListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.AppletApplicationAdSpaceMediumListData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.AppletApplicationAdSpaceSaveReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "id 多个逗号隔开"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "state": {
- "type": "string",
- "example": "审核状态"
- }
- }
- },
- "md.AppletApplicationListData": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "string",
- "example": "小程序appid"
- },
- "cooperate_state": {
- "type": "string",
- "example": "合作状态"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "logo": {
- "type": "string",
- "example": "logo"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "name": {
- "type": "string",
- "example": "应用名称"
- },
- "original_id": {
- "type": "string",
- "example": "小程序id"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "state": {
- "type": "string",
- "example": "应用状态 state=3 才能再次编辑"
- }
- }
- },
- "md.AppletApplicationListReq": {
- "type": "object",
- "properties": {
- "cooperate_state": {
- "type": "string",
- "example": "合作状态"
- },
- "limit": {
- "type": "string"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- }
- }
- },
- "md.AppletApplicationListRes": {
- "type": "object",
- "properties": {
- "cooperate_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.AppletApplicationListData"
- }
- },
- "platform": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.AppletApplicationMediumListData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "contact_name": {
- "type": "string",
- "example": "联系人"
- },
- "count": {
- "type": "string",
- "example": "应用数量"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "phone": {
- "type": "string",
- "example": "联系电话"
- }
- }
- },
- "md.AppletApplicationMediumListReq": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "媒体账号"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "page": {
- "type": "string"
- }
- }
- },
- "md.AppletApplicationMediumListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.AppletApplicationMediumListData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.AppletApplicationSaveReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "id 多个逗号隔开"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "state": {
- "type": "string",
- "example": "审核状态"
- }
- }
- },
- "md.AppletDelBlackListReq": {
- "type": "object",
- "required": [
- "Kind",
- "appid",
- "id"
- ],
- "properties": {
- "Kind": {
- "description": "类型(1:公众号 2:IOS应用 3:安卓应用 4:小程序/小游戏)",
- "type": "integer"
- },
- "appid": {
- "type": "string",
- "example": "授权小程序appid"
- },
- "id": {
- "type": "string",
- "example": "微信公众号id | IOS应用APPID | 安卓应用的应用宝包名 | 小程序/小游戏原始ID"
- }
- }
- },
- "md.AppletGetAmsCategoryBlackListReq": {
- "type": "object",
- "required": [
- "appid"
- ],
- "properties": {
- "appid": {
- "type": "string",
- "example": "授权小程序appid"
- }
- }
- },
- "md.AppletGetAmsCategoryBlackListResp": {
- "type": "object",
- "properties": {
- "ams_category": {
- "description": "行业列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "example": "行业名称"
- },
- "value": {
- "type": "string",
- "example": "行业标识符"
- }
- }
- }
- },
- "checked_ams_category": {
- "description": "选中的行业列表",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "example": "行业名称"
- },
- "value": {
- "type": "string",
- "example": "行业标识符"
- }
- }
- }
- }
- }
- },
- "md.AppletGetBlackListReq": {
- "type": "object",
- "required": [
- "appid"
- ],
- "properties": {
- "appid": {
- "type": "string",
- "example": "授权小程序appid"
- }
- }
- },
- "md.AppletSetAmsCategoryBlackListReq": {
- "type": "object",
- "required": [
- "appid"
- ],
- "properties": {
- "appid": {
- "type": "string",
- "example": "授权小程序appid"
- },
- "checked_ams_category": {
- "description": "选中的行业列表",
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "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.CommDetailReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.DataCenterDataCenterOriginalDataDoingReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- },
- "now_ecpm": {
- "type": "string",
- "example": "现-广告千次曝光收益(元)"
- },
- "now_exposure_count": {
- "type": "string",
- "example": "现-曝光量"
- }
- }
- },
- "md.DataCenterGenerateDataCommReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.DataCenterGenerateDataData": {
- "type": "object",
- "properties": {
- "adv_name": {
- "type": "string",
- "example": "广告位"
- },
- "agent_revenue": {
- "type": "string",
- "example": "代理收益(元)"
- },
- "agreement_sharing": {
- "type": "string",
- "example": "协议分成(元)"
- },
- "agreement_sharing_total": {
- "type": "string",
- "example": "协议总分成(元)"
- },
- "click_count": {
- "type": "string",
- "example": "现-点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "现-点击率"
- },
- "commission_retention": {
- "type": "string",
- "example": "佣金留存(元)"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "ecpm": {
- "type": "string",
- "example": "'现-ecpm(元)"
- },
- "exposure_count": {
- "type": "string",
- "example": "现-曝光量"
- },
- "extra_revenue": {
- "type": "string",
- "example": "额外收益(元)"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "is_generate_report": {
- "type": "string",
- "example": "是否已生成报表(0:未 1:已)"
- },
- "media_revenue": {
- "type": "string",
- "example": "媒体收益(元)"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "old_click_count": {
- "type": "string",
- "example": "原-点击量"
- },
- "old_click_rate": {
- "type": "string",
- "example": "原-点击率"
- },
- "old_ecpm": {
- "type": "string",
- "example": "'原-ecpm(元)"
- },
- "old_exposure_count": {
- "type": "string",
- "example": "原-曝光量"
- },
- "platform": {
- "type": "string",
- "example": "平台名称"
- },
- "platform_retention": {
- "type": "string",
- "example": "平台留存(元)"
- },
- "price_adjustment_retention": {
- "type": "string",
- "example": "调价留存(元)"
- },
- "state": {
- "type": "string",
- "example": "状态id"
- }
- }
- },
- "md.DataCenterGenerateDataDetailAgentReward": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string"
- },
- "agent_revenue": {
- "type": "string",
- "example": "代理收益(元)"
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "extra_revenue": {
- "type": "string",
- "example": "额外收益(元)"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "'额外收益百分比"
- },
- "name": {
- "type": "string"
- }
- }
- },
- "md.DataCenterGenerateDataDetailAgentRewardSecond": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string"
- },
- "agent_revenue": {
- "type": "string",
- "example": "代理收益(元)"
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "name": {
- "type": "string"
- }
- }
- },
- "md.DataCenterGenerateDataDetailData": {
- "type": "object",
- "properties": {
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "agent_reward": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentReward"
- }
- },
- "agreement_sharing_rate": {
- "type": "string",
- "example": "协议分成百分比"
- },
- "commission_retention_rate": {
- "type": "string",
- "example": "佣金留存百分比"
- },
- "create_at": {
- "type": "string"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "额外收益百分比"
- },
- "media_revenue_rate": {
- "type": "string",
- "example": "媒体收益百分比"
- },
- "platform_retention_rate": {
- "type": "string",
- "example": "平台留存百分比"
- },
- "update_at": {
- "type": "string"
- }
- }
- },
- "md.DataCenterGenerateDataReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- },
- "start_time": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- }
- },
- "md.DataCenterGenerateDataRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterGenerateDataData"
- }
- },
- "platform": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterIncomeDataData": {
- "type": "object",
- "properties": {
- "adv_name": {
- "type": "string",
- "example": "广告位"
- },
- "agent_revenue": {
- "type": "string",
- "example": "代理收益(元)"
- },
- "agreement_sharing": {
- "type": "string",
- "example": "平台收益(元)"
- },
- "click_count": {
- "type": "string",
- "example": "现-点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "现-点击率"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "ecpm": {
- "type": "string",
- "example": "'现-ecpm(元)"
- },
- "exposure_count": {
- "type": "string",
- "example": "现-曝光量"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "media_revenue": {
- "type": "string",
- "example": "媒体收益(元)"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "platform": {
- "type": "string",
- "example": "平台名称"
- },
- "settle_amount": {
- "type": "string",
- "example": "结算收益(元)"
- },
- "state": {
- "type": "string",
- "example": "状态id"
- }
- }
- },
- "md.DataCenterIncomeDataDetail": {
- "type": "object",
- "properties": {
- "agent_revenue": {
- "type": "string",
- "example": "代理收益(元)"
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "agent_reward": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterGenerateDataDetailAgentRewardSecond"
- }
- },
- "agreement_sharing": {
- "type": "string",
- "example": "平台收益(元)"
- },
- "agreement_sharing_rate": {
- "type": "string",
- "example": "平台收益百分比"
- },
- "create_at": {
- "type": "string"
- },
- "data_source": {
- "type": "string",
- "example": "数据来源"
- },
- "media_revenue": {
- "type": "string",
- "example": "媒体收益(元)"
- },
- "media_revenue_rate": {
- "type": "string",
- "example": "媒体收益百分比"
- },
- "medium_name": {
- "type": "string",
- "example": "媒体名称"
- },
- "platform": {
- "type": "string",
- "example": "填充来源"
- },
- "update_at": {
- "type": "string"
- }
- }
- },
- "md.DataCenterIncomeDataRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterIncomeDataData"
- }
- },
- "platform": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterOriginalDataCommReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.DataCenterOriginalDataData": {
- "type": "object",
- "properties": {
- "adv_name": {
- "type": "string",
- "example": "广告位"
- },
- "click_count": {
- "type": "string",
- "example": "点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "点击率"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "ecpm": {
- "type": "string",
- "example": "'ecpm(元)"
- },
- "exposure_count": {
- "type": "string",
- "example": "曝光量"
- },
- "exposure_rate": {
- "type": "string",
- "example": "曝光率"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "is_apply": {
- "type": "string",
- "example": "是否已应用"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "platform": {
- "type": "string",
- "example": "平台名称"
- },
- "publisher_income": {
- "type": "string",
- "example": "总收益(元)"
- },
- "req_succ_count": {
- "type": "string",
- "example": "拉取量"
- },
- "state": {
- "type": "string",
- "example": "状态id"
- }
- }
- },
- "md.DataCenterOriginalDataMoreApplicationData": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string",
- "example": "广告位id"
- },
- "adv_name": {
- "type": "string",
- "example": "广告位"
- },
- "app_id": {
- "type": "string",
- "example": "小程序id"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "logo": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "state": {
- "type": "string",
- "example": "状态id"
- }
- }
- },
- "md.DataCenterOriginalDataMoreApplicationDoingReq": {
- "type": "object",
- "properties": {
- "date": {
- "type": "string",
- "example": "2024-08-28"
- },
- "ids": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationDoingReqData"
- }
- }
- }
- },
- "md.DataCenterOriginalDataMoreApplicationReq": {
- "type": "object",
- "properties": {
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- }
- }
- },
- "md.DataCenterOriginalDataMoreApplicationRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterOriginalDataMoreApplicationData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationAdListData": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string",
- "example": "广告位id"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "state": {
- "type": "string",
- "example": "状态id"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationAdListReq": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "string"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationAdListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationAdListData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationData": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "string",
- "example": "小程序id"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "logo": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "example": "名称"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationDoingReq": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string"
- },
- "app_id": {
- "type": "string"
- },
- "date": {
- "type": "string",
- "example": "2024-08-28"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationDoingReqData": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string"
- },
- "app_id": {
- "type": "string"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationDoingRes": {
- "type": "object",
- "properties": {
- "ad_id": {
- "type": "string"
- },
- "ad_slot": {
- "type": "string",
- "example": "广告位类型名称"
- },
- "click_count": {
- "type": "string",
- "example": "点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "点击率"
- },
- "ecpm": {
- "type": "string",
- "example": "ecpm(元)"
- },
- "exposure_count": {
- "type": "string",
- "example": "曝光量"
- },
- "exposure_rate": {
- "type": "string",
- "example": "曝光率"
- },
- "publisher_income": {
- "type": "string",
- "example": "总收益(元)"
- },
- "req_succ_count": {
- "type": "string",
- "example": "拉取量"
- }
- }
- },
- "md.DataCenterOriginalDataOneApplicationRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterOriginalDataOneApplicationData"
- }
- }
- }
- },
- "md.DataCenterOriginalDataReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- },
- "start_time": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- }
- },
- "md.DataCenterOriginalDataRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterOriginalDataData"
- }
- },
- "platform": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DivisionStrategyData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "agreement_sharing_rate": {
- "type": "string",
- "example": "协议分成百分比"
- },
- "commission_retention_rate": {
- "type": "string",
- "example": "佣金留存百分比"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "额外收益百分比"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "media_revenue_rate": {
- "type": "string",
- "example": "媒体收益百分比"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "platform_retention_rate": {
- "type": "string",
- "example": "平台留存百分比"
- }
- }
- },
- "md.DivisionStrategyDetailByAgent": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "agent_id": {
- "type": "string",
- "example": "代理id"
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "佣金比例"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "额外奖励"
- },
- "name": {
- "type": "string",
- "example": "名称"
- }
- }
- },
- "md.DivisionStrategyDetailReq": {
- "type": "object",
- "properties": {
- "medium_id": {
- "type": "string"
- }
- }
- },
- "md.DivisionStrategyDetailRes": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "agent_list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DivisionStrategyDetailByAgent"
- }
- },
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "agreement_sharing_rate": {
- "type": "string",
- "example": "协议分成百分比"
- },
- "commission_retention_rate": {
- "type": "string",
- "example": "佣金留存百分比"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "额外收益百分比"
- },
- "media_revenue_rate": {
- "type": "string",
- "example": "媒体收益百分比"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "name": {
- "type": "string",
- "example": "名称"
- },
- "platform_retention_rate": {
- "type": "string",
- "example": "平台留存百分比"
- }
- }
- },
- "md.DivisionStrategyReq": {
- "type": "object",
- "properties": {
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- }
- }
- },
- "md.DivisionStrategyRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DivisionStrategyData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.FinanceCenterDataAgentDetail": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "媒体账号"
- },
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "income": {
- "type": "string",
- "example": "渠道结算"
- },
- "invoice": {
- "$ref": "#/definitions/md.Invoice"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "other_income": {
- "type": "string",
- "example": "其他调整"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "settle_file": {
- "type": "string",
- "example": "结算单"
- },
- "source": {
- "type": "string",
- "example": "结算标示"
- },
- "state": {
- "type": "string",
- "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- }
- }
- },
- "md.FinanceCenterDataAgentDetailRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "data": {
- "$ref": "#/definitions/md.FinanceCenterDataAgentDetail"
- },
- "invoice_cate": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "invoice_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_pay_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.FinanceCenterDataData": {
- "type": "object",
- "properties": {
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "change_income": {
- "type": "string",
- "example": "调价留存"
- },
- "commission_income": {
- "type": "string",
- "example": "佣金留存"
- },
- "id": {
- "type": "string"
- },
- "label": {
- "type": "string"
- },
- "medium_income": {
- "type": "string",
- "example": "媒体结算"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "other_income": {
- "type": "string",
- "example": "其他调整"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "platform_income": {
- "type": "string",
- "example": "平台留存"
- },
- "settle_type": {
- "type": "string",
- "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
- },
- "state": {
- "type": "string",
- "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- },
- "top_income": {
- "type": "string",
- "example": "上游结算"
- }
- }
- },
- "md.FinanceCenterDataDetail": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "媒体账号"
- },
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "change_income": {
- "type": "string",
- "example": "调价留存"
- },
- "commission_income": {
- "type": "string",
- "example": "佣金留存"
- },
- "invoice": {
- "$ref": "#/definitions/md.Invoice"
- },
- "medium_income": {
- "type": "string",
- "example": "媒体结算"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "other_income": {
- "type": "string",
- "example": "其他调整"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "platform_income": {
- "type": "string",
- "example": "平台留存"
- },
- "settle_file": {
- "type": "string",
- "example": "结算单"
- },
- "source": {
- "type": "string",
- "example": "结算标示"
- },
- "state": {
- "type": "string",
- "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- },
- "top_income": {
- "type": "string",
- "example": "上游结算"
- }
- }
- },
- "md.FinanceCenterDataDetailRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "data": {
- "$ref": "#/definitions/md.FinanceCenterDataDetail"
- },
- "invoice_cate": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "invoice_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_pay_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.FinanceCenterDataReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "pay_state": {
- "type": "string",
- "example": "读 settle_pay_state返回的"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29"
- }
- }
- },
- "md.FinanceCenterDataRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.FinanceCenterDataData"
- }
- },
- "settle_pay_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.FinanceCenterPlatformDataData": {
- "type": "object",
- "properties": {
- "agent_income": {
- "type": "string",
- "example": "代理结算"
- },
- "change_income": {
- "type": "string",
- "example": "调价留存"
- },
- "commission_income": {
- "type": "string",
- "example": "佣金留存"
- },
- "id": {
- "type": "string"
- },
- "medium_income": {
- "type": "string",
- "example": "媒体结算"
- },
- "platform_income": {
- "type": "string",
- "example": "平台留存"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- },
- "top_income": {
- "type": "string",
- "example": "上游结算"
- },
- "update_at": {
- "type": "string",
- "example": "更新时间"
- }
- }
- },
- "md.FinanceCenterPlatformDataReq": {
- "type": "object",
- "properties": {
- "date": {
- "type": "string",
- "example": "2024-08-29"
- },
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29"
- }
- }
- },
- "md.FinanceCenterPlatformDataRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.FinanceCenterPlatformDataData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.FinancialDynamicsAgentListData": {
- "type": "object",
- "properties": {
- "amount": {
- "type": "string",
- "example": "支付金额"
- },
- "business_kind": {
- "type": "string",
- "example": "支付类型(1:广告合作)"
- },
- "certificate": {
- "type": "string",
- "example": "支付凭证"
- },
- "id": {
- "type": "string"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "name": {
- "type": "string"
- },
- "pay_method": {
- "type": "string",
- "example": "支付方式 0对私 1对公"
- },
- "pay_time": {
- "type": "string",
- "example": "支付时间"
- }
- }
- },
- "md.FinancialDynamicsAgentListReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29 00:00:00"
- },
- "uid": {
- "type": "string",
- "example": ""
- }
- }
- },
- "md.FinancialDynamicsAgentListRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.FinancialDynamicsAgentListData"
- }
- },
- "pay_method": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- },
- "user": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.FinancialDynamicsAgentSaveReq": {
- "type": "object",
- "properties": {
- "amount": {
- "type": "string",
- "example": "支付金额"
- },
- "business_kind": {
- "type": "string",
- "example": "支付类型(1:广告合作)"
- },
- "certificate": {
- "type": "string",
- "example": "支付凭证"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "pay_method": {
- "type": "string",
- "example": "支付方式 0对私 1对公"
- },
- "uid": {
- "type": "string"
- }
- }
- },
- "md.FinancialDynamicsAgentTotalReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29 00:00:00"
- },
- "uid": {
- "type": "string",
- "example": ""
- }
- }
- },
- "md.FinancialDynamicsAgentTotalRes": {
- "type": "object",
- "properties": {
- "all_amount": {
- "type": "string",
- "example": "预付总金额"
- },
- "balance_amount": {
- "type": "string",
- "example": "账户余额"
- },
- "pay_count": {
- "type": "string",
- "example": "预付次数"
- },
- "use_amount": {
- "type": "string",
- "example": "已消耗金额"
- }
- }
- },
- "md.FinancialDynamicsMediumListData": {
- "type": "object",
- "properties": {
- "amount": {
- "type": "string",
- "example": "支付金额"
- },
- "business_kind": {
- "type": "string",
- "example": "支付类型(1:广告合作)"
- },
- "certificate": {
- "type": "string",
- "example": "支付凭证"
- },
- "id": {
- "type": "string"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "name": {
- "type": "string"
- },
- "pay_method": {
- "type": "string",
- "example": "支付方式 0对私 1对公"
- },
- "pay_time": {
- "type": "string",
- "example": "支付时间"
- }
- }
- },
- "md.FinancialDynamicsMediumListReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29 00:00:00"
- },
- "uid": {
- "type": "string",
- "example": ""
- }
- }
- },
- "md.FinancialDynamicsMediumListRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.FinancialDynamicsMediumListData"
- }
- },
- "pay_method": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- },
- "user": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.FinancialDynamicsMediumSaveReq": {
- "type": "object",
- "properties": {
- "amount": {
- "type": "string",
- "example": "支付金额"
- },
- "business_kind": {
- "type": "string",
- "example": "支付类型(1:广告合作)"
- },
- "certificate": {
- "type": "string",
- "example": "支付凭证"
- },
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "pay_method": {
- "type": "string",
- "example": "支付方式 0对私 1对公"
- },
- "uid": {
- "type": "string"
- }
- }
- },
- "md.FinancialDynamicsMediumTotalReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29 00:00:00"
- },
- "uid": {
- "type": "string",
- "example": ""
- }
- }
- },
- "md.FinancialDynamicsMediumTotalRes": {
- "type": "object",
- "properties": {
- "all_amount": {
- "type": "string",
- "example": "预付总金额"
- },
- "balance_amount": {
- "type": "string",
- "example": "账户余额"
- },
- "pay_count": {
- "type": "string",
- "example": "预付次数"
- },
- "use_amount": {
- "type": "string",
- "example": "已消耗金额"
- }
- }
- },
- "md.ImgReqUpload": {
- "type": "object",
- "properties": {
- "dir": {
- "type": "string"
- },
- "file_name": {
- "type": "string"
- },
- "file_size": {
- "description": "文件大小, 单位byte",
- "type": "integer"
- }
- }
- },
- "md.IndexAppListData": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.IndexAppListDataList"
- }
- },
- "logo": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "table_list": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "md.IndexAppListDataList": {
- "type": "object",
- "properties": {
- "bili": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "type": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- }
- },
- "md.IndexAppListReq": {
- "type": "object",
- "properties": {
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "name": {
- "type": "string"
- },
- "sort": {
- "type": "string",
- "example": "排序"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30"
- }
- }
- },
- "md.IndexAppListRes": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.IndexAppListData"
- }
- },
- "sort": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.IndexAppListTableReq": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30"
- }
- }
- },
- "md.Invoice": {
- "type": "object",
- "properties": {
- "count": {
- "type": "string"
- },
- "file": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.InvoiceFile"
- }
- },
- "time": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- }
- },
- "md.InvoiceFile": {
- "type": "object",
- "properties": {
- "state": {
- "type": "string",
- "example": "0待确认 1审核通过 2审核失败"
- },
- "url": {
- "type": "string"
- }
- }
- },
- "md.InvoiceReq": {
- "type": "object",
- "properties": {
- "file": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.InvoiceFile"
- }
- },
- "id": {
- "type": "string",
- "example": "列表id"
- },
- "state": {
- "type": "string",
- "example": "1审核通过 2审核失败"
- }
- }
- },
- "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.MediumDivisionStrategy": {
- "type": "object",
- "properties": {
- "agent_revenue_rate": {
- "type": "string",
- "example": "代理收益百分比"
- },
- "agreement_sharing_rate": {
- "type": "string",
- "example": "协议分成百分比"
- },
- "commission_retention_rate": {
- "type": "string",
- "example": "佣金留存百分比"
- },
- "ecpm": {
- "type": "string",
- "example": "现-ecpm(元)"
- },
- "exposure_count": {
- "type": "string",
- "example": "曝光量"
- },
- "extra_revenue_rate": {
- "type": "string",
- "example": "额外收益百分比"
- },
- "media_revenue_rate": {
- "type": "string",
- "example": "媒体收益百分比"
- },
- "old_ecpm": {
- "type": "string",
- "example": "原-ecpm(元)"
- },
- "platform_retention_rate": {
- "type": "string",
- "example": "平台留存百分比"
- }
- }
- },
- "md.MediumListData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "媒体账号"
- },
- "business_license_address": {
- "type": "string",
- "example": "营业执照地址"
- },
- "company_name": {
- "type": "string",
- "example": "公司名称"
- },
- "id": {
- "type": "string",
- "example": "id"
- },
- "legal_representative": {
- "type": "string",
- "example": "法定代表人"
- },
- "medium_id": {
- "type": "string",
- "example": "媒体id"
- },
- "memo": {
- "type": "string",
- "example": "备注 审核时填写的"
- },
- "state": {
- "type": "string",
- "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
- },
- "unified_social_credit_code": {
- "type": "string",
- "example": "统一社会信用代码"
- }
- }
- },
- "md.MediumListDelReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.MediumListReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- }
- },
- "md.MediumListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.MediumListData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.MediumListSaveReq": {
- "type": "object",
- "properties": {
- "medium_id": {
- "type": "string"
- },
- "username": {
- "type": "string"
- }
- }
- },
- "md.MediumQualificationBankData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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": "开户许可证"
- },
- "medium_id": {
- "type": "string",
- "example": "代理id"
- },
- "memo": {
- "type": "string",
- "example": "备注 审核时填写的"
- },
- "state": {
- "type": "string",
- "example": "状态(0:待提交 1:待审核 2:审核通过 3:审核拒绝)"
- },
- "unified_social_credit_code": {
- "type": "string",
- "example": "统一社会信用代码"
- }
- }
- },
- "md.MediumQualificationBankRes": {
- "type": "object",
- "properties": {
- "currency_conf": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.MediumQualificationBankData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- },
- "type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "md.MediumQualificationContactData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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": {
- "account": {
- "type": "string",
- "example": "账号"
- },
- "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.OtherIncomeReq": {
- "type": "object",
- "properties": {
- "amount": {
- "type": "string",
- "example": "其他收益"
- },
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "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.SetLogoReq": {
- "type": "object",
- "properties": {
- "agent_logo": {
- "type": "string"
- },
- "medium_logo": {
- "type": "string"
- }
- }
- },
- "md.SetLogoResp": {
- "type": "object",
- "properties": {
- "data": {
- "description": "数据内容",
- "allOf": [
- {
- "$ref": "#/definitions/md.SetLogoReq"
- }
- ]
- }
- }
- },
- "md.SetMobReq": {
- "type": "object",
- "properties": {
- "mob_app_key": {
- "type": "string"
- },
- "mob_app_secret": {
- "type": "string"
- }
- }
- },
- "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.SettleCenterDataData": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "settle_type": {
- "type": "string"
- },
- "update_at": {
- "type": "string"
- }
- }
- },
- "md.SettleCenterDataDetailData": {
- "type": "object",
- "properties": {
- "all_income": {
- "type": "string",
- "example": "总计"
- },
- "basic_income": {
- "type": "string",
- "example": "基础收益"
- },
- "business_kind": {
- "type": "string",
- "example": "业务类型(1:广告合作)"
- },
- "other_income": {
- "type": "string",
- "example": "其他收益"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "settle_type": {
- "type": "string",
- "example": "结算单类型(1:日结 2:周结 3:月结 4:预付)"
- },
- "state": {
- "type": "string",
- "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- }
- }
- },
- "md.SettleCenterDataDetailReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29"
- }
- }
- },
- "md.SettleCenterDataDetailRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SettleCenterDataDetailData"
- }
- },
- "settle_pay_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "settle_type": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.SettleCenterDataReq": {
- "type": "object",
- "properties": {
- "account": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "state": {
- "type": "string"
- }
- }
- },
- "md.SettleCenterDataRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SettleCenterDataData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.SettleCenterDataSaveReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string"
- },
- "settle_type": {
- "type": "string"
- }
- }
- },
- "md.SettleFileReq": {
- "type": "object",
- "properties": {
- "file": {
- "type": "string",
- "example": "七牛云链接 带http"
- },
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "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"
- }
- }
- }
|