|
- {
- "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:1003 or advertisement.dengbiao.top",
- "paths": {
- "/api/account/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": {
- "$ref": "#/definitions/md.AccountBase"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/account/qualification/bank/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.AgentBankInfo"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/account/qualification/contact/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.AgentContactInfo"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/account/qualification/enterprise/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.AgentList"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/account/qualification/info": {
- "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/account/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/account/update/password": {
- "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.AccountUpdatePasswordReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/commission/record/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.DataCenterRecordReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterCommissionRecordRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/commission/record/output": {
- "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.DataCenterRecordOutPutReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/commission/record/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.DataCenterTableReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterCommissionTotalData"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/profit/record/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.DataCenterProfitRecordReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterProfitRecordRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/profit/record/output": {
- "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.DataCenterProfitRecordOutPutReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/record/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.DataCenterRecordReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterRecordRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/record/output": {
- "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.DataCenterRecordOutPutReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/record/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.DataCenterTableReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.DataCenterTotalData"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/dataCenter/select/data": {
- "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/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/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": [
- "ADMIN"
- ],
- "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/login/phone": {
- "post": {
- "description": "手机号登入",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "ADMIN"
- ],
- "summary": "手机号登陆",
- "parameters": [
- {
- "description": "用户名、验证码",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.LoginPhoneReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "token",
- "schema": {
- "$ref": "#/definitions/md.LoginResponse"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/login/register": {
- "post": {
- "description": "手机号注册",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "ADMIN"
- ],
- "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/medium/list": {
- "post": {
- "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.MediumListRes"
- }
- },
- "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/role/addAdmin": {
- "post": {
- "description": "新增管理员",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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/permissionGroupList": {
- "get": {
- "description": "权限组列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "ADMIN-权限管理"
- ],
- "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/roleBindPermissionGroup": {
- "post": {
- "description": "角色绑定权限组",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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": [
- "ADMIN-权限管理"
- ],
- "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/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.CommDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体看返回内容 这是data里面的数据",
- "schema": {
- "$ref": "#/definitions/md.SettleCenterDataDetailRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/settleCenter/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/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/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/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.SettleCenterMediumDataRes"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/sms": {
- "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.SmsReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "md.AccountBase": {
- "type": "object",
- "properties": {
- "admin_phone": {
- "type": "string",
- "example": "管理员手机号"
- },
- "agent_id": {
- "type": "string",
- "example": "账户ID"
- },
- "company_abbreviation": {
- "type": "string",
- "example": "公司简称"
- },
- "company_name": {
- "type": "string",
- "example": "公司名称"
- },
- "contact_address": {
- "type": "string",
- "example": "联系地址"
- },
- "contact_email": {
- "type": "string",
- "example": "邮箱"
- },
- "contact_name": {
- "type": "string",
- "example": "联系人"
- },
- "contact_phone": {
- "type": "string",
- "example": "联系电话"
- },
- "country_region": {
- "type": "string",
- "example": "国家地区"
- },
- "currency_conf": {
- "type": "string",
- "example": "结算币种"
- },
- "nickname": {
- "type": "string",
- "example": "昵称"
- }
- }
- },
- "md.AccountUpdatePasswordReq": {
- "type": "object",
- "properties": {
- "captcha": {
- "type": "string",
- "example": "验证码"
- },
- "password": {
- "type": "string",
- "example": "登录密码"
- }
- }
- },
- "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.AgentBankInfo": {
- "type": "object",
- "properties": {
- "agent_id": {
- "type": "string"
- },
- "bank": {
- "type": "string"
- },
- "bank_branch": {
- "type": "string"
- },
- "bank_no": {
- "type": "string"
- },
- "currency_conf": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "licence": {
- "type": "string"
- },
- "memo": {
- "type": "string"
- },
- "state": {
- "type": "string"
- },
- "uuid": {
- "type": "string"
- }
- }
- },
- "md.AgentContactInfo": {
- "type": "object",
- "properties": {
- "address": {
- "type": "string"
- },
- "agent_id": {
- "type": "string"
- },
- "email": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "memo": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "phone": {
- "type": "string"
- },
- "state": {
- "type": "string"
- },
- "uuid": {
- "type": "string"
- }
- }
- },
- "md.AgentList": {
- "type": "object",
- "properties": {
- "agent_id": {
- "type": "string"
- },
- "business_license_address": {
- "type": "string"
- },
- "business_license_img_url": {
- "type": "string"
- },
- "certificate_first_type": {
- "type": "string"
- },
- "certificate_type": {
- "type": "string"
- },
- "certificate_validity": {
- "type": "string"
- },
- "company_abbreviation": {
- "type": "string"
- },
- "company_name": {
- "type": "string"
- },
- "country_region": {
- "type": "string"
- },
- "country_region_id": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "legal_representative": {
- "type": "string"
- },
- "memo": {
- "type": "string"
- },
- "registered_address": {
- "type": "string"
- },
- "registered_address_city_id": {
- "type": "string"
- },
- "registered_address_country_id": {
- "type": "string"
- },
- "registered_address_county_id": {
- "type": "string"
- },
- "registered_address_province_id": {
- "type": "string"
- },
- "state": {
- "type": "string"
- },
- "unified_social_credit_code": {
- "type": "string"
- },
- "uuid": {
- "type": "string"
- }
- }
- },
- "md.BindAdminRoleReq": {
- "type": "object",
- "required": [
- "id"
- ],
- "properties": {
- "id": {
- "type": "integer"
- },
- "role_ids": {
- "type": "array",
- "items": {
- "type": "integer"
- }
- }
- }
- },
- "md.CommDetailReq": {
- "type": "object",
- "properties": {
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.DataCenterCommissionRecordRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterCommissionTotalData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterCommissionTotalData": {
- "type": "object",
- "properties": {
- "adv_name": {
- "type": "string"
- },
- "all_commission": {
- "type": "string",
- "example": "预估总佣金"
- },
- "app_name": {
- "type": "string"
- },
- "click_count": {
- "type": "string",
- "example": "点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "点击率"
- },
- "commission": {
- "type": "string",
- "example": "预估佣金"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "ecpm": {
- "type": "string",
- "example": "ecpm"
- },
- "exposure_count": {
- "type": "string",
- "example": "曝光量"
- },
- "other_commission": {
- "type": "string",
- "example": "额外奖励"
- },
- "platform_name": {
- "type": "string"
- }
- }
- },
- "md.DataCenterProfitRecordData": {
- "type": "object",
- "properties": {
- "all_commission": {
- "type": "string",
- "example": "预估总佣金"
- },
- "app_name": {
- "type": "string"
- },
- "commission": {
- "type": "string",
- "example": "预估佣金"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "other_commission": {
- "type": "string",
- "example": "额外奖励"
- },
- "platform_name": {
- "type": "string"
- }
- }
- },
- "md.DataCenterProfitRecordOutPutReq": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "string",
- "example": "应用"
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "limit": {
- "type": "string",
- "example": "10000 个一页"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30 默认查昨天的 最近7天"
- },
- "type": {
- "type": "string",
- "example": "0-日收益 1-月收益 2年收益"
- }
- }
- },
- "md.DataCenterProfitRecordReq": {
- "type": "object",
- "properties": {
- "app_id": {
- "type": "string",
- "example": "应用"
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30 默认查昨天的 最近7天"
- },
- "type": {
- "type": "string",
- "example": "0-日收益 1-月收益 2年收益"
- }
- }
- },
- "md.DataCenterProfitRecordRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterProfitRecordData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterRecordOutPutReq": {
- "type": "object",
- "properties": {
- "ad_type": {
- "type": "string",
- "example": "广告位类型"
- },
- "app_id": {
- "type": "string",
- "example": "应用"
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "limit": {
- "type": "string",
- "example": "10000 个一页"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30 默认查昨天的 最近7天"
- }
- }
- },
- "md.DataCenterRecordReq": {
- "type": "object",
- "properties": {
- "ad_type": {
- "type": "string",
- "example": "广告位类型"
- },
- "app_id": {
- "type": "string",
- "example": "应用"
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30 默认查昨天的 最近7天"
- }
- }
- },
- "md.DataCenterRecordRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.DataCenterTotalData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "md.DataCenterTableReq": {
- "type": "object",
- "properties": {
- "ad_type": {
- "type": "string",
- "example": "广告位类型"
- },
- "app_id": {
- "type": "string",
- "example": "应用"
- },
- "end_date": {
- "type": "string",
- "example": "2024-08-30"
- },
- "platform": {
- "type": "string",
- "example": "平台"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30 默认查昨天的 最近7天"
- }
- }
- },
- "md.DataCenterTotalData": {
- "type": "object",
- "properties": {
- "adv_name": {
- "type": "string"
- },
- "app_name": {
- "type": "string"
- },
- "click_count": {
- "type": "string",
- "example": "点击量"
- },
- "click_rate": {
- "type": "string",
- "example": "点击率"
- },
- "date": {
- "type": "string",
- "example": "日期"
- },
- "ecpm": {
- "type": "string",
- "example": "ecpm"
- },
- "exposure_count": {
- "type": "string",
- "example": "曝光量"
- },
- "media_revenue": {
- "type": "string",
- "example": "预估收益"
- },
- "platform_name": {
- "type": "string"
- }
- }
- },
- "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"
- },
- "sort": {
- "type": "string",
- "example": "排序"
- },
- "start_date": {
- "type": "string",
- "example": "2024-08-30"
- }
- }
- },
- "md.IndexAppListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.IndexAppListData"
- }
- },
- "sort": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- }
- }
- },
- "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"
- },
- "type": {
- "type": "string",
- "example": "0电子发票 1纸质发票"
- }
- }
- },
- "md.LoginPhoneReq": {
- "type": "object",
- "required": [
- "captcha",
- "username"
- ],
- "properties": {
- "captcha": {
- "type": "string",
- "example": "验证码"
- },
- "username": {
- "type": "string",
- "example": "登录账号"
- }
- }
- },
- "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.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.MediumListRes": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.MediumListData"
- }
- },
- "state": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "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.SettleCenterDataData": {
- "type": "object",
- "properties": {
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "business_kind": {
- "type": "string",
- "example": "业务类型(1:广告合作)"
- },
- "id": {
- "type": "string"
- },
- "income": {
- "type": "string",
- "example": "基础收益"
- },
- "label": {
- "type": "string"
- },
- "other_income": {
- "type": "string",
- "example": "其他调整"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "settle_file": {
- "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": "业务时间"
- }
- }
- },
- "md.SettleCenterDataDetail": {
- "type": "object",
- "properties": {
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "business_kind": {
- "type": "string",
- "example": "业务类型(1:广告合作)"
- },
- "invoice": {
- "$ref": "#/definitions/md.Invoice"
- },
- "medium_income": {
- "type": "string",
- "example": "媒体结算"
- },
- "other_income": {
- "type": "string",
- "example": "其他调整"
- },
- "pay_state": {
- "type": "string",
- "example": "结算单支付状态(0:未开始 1:待审核发票 2:发票审核中 3:发票审核拒绝 4:付款中 5:已付款)"
- },
- "settle_file": {
- "type": "string",
- "example": "结算单"
- },
- "state": {
- "type": "string",
- "example": "结算单状态(0:未开始 1:核算中 2:待签订 3:完成签订)"
- },
- "time_str": {
- "type": "string",
- "example": "业务时间"
- }
- }
- },
- "md.SettleCenterDataDetailRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "data": {
- "$ref": "#/definitions/md.SettleCenterDataDetail"
- },
- "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.SettleCenterDataReq": {
- "type": "object",
- "properties": {
- "end_time": {
- "type": "string"
- },
- "limit": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "start_time": {
- "type": "string",
- "example": "2024-08-29"
- }
- }
- },
- "md.SettleCenterDataRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SettleCenterDataData"
- }
- },
- "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.SettleCenterMediumDataData": {
- "type": "object",
- "properties": {
- "all_income": {
- "type": "string",
- "example": "合计收益"
- },
- "business_kind": {
- "type": "string",
- "example": "业务类型(1:广告合作)"
- },
- "id": {
- "type": "string"
- },
- "income": {
- "type": "string",
- "example": "基础收益"
- },
- "label": {
- "type": "string"
- },
- "name": {
- "type": "string",
- "example": "媒体名称"
- },
- "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.SettleCenterMediumDataRes": {
- "type": "object",
- "properties": {
- "business_kind": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SelectData"
- }
- },
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SettleCenterMediumDataData"
- }
- },
- "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.SettleFileReq": {
- "type": "object",
- "properties": {
- "file": {
- "type": "string",
- "example": "七牛云链接 带http"
- },
- "id": {
- "type": "string",
- "example": "列表id"
- }
- }
- },
- "md.SmsReq": {
- "type": "object",
- "properties": {
- "phone": {
- "type": "string"
- },
- "type": {
- "type": "string",
- "example": "手机号登陆:fast_login 注册:register 修改密码:update_password"
- }
- }
- },
- "md.UpdateAdminReq": {
- "type": "object",
- "required": [
- "id",
- "password",
- "username"
- ],
- "properties": {
- "id": {
- "type": "integer"
- },
- "memo": {
- "type": "string"
- },
- "password": {
- "type": "string"
- },
- "username": {
- "type": "string"
- }
- }
- },
- "md.UpdateAdminStateReq": {
- "type": "object",
- "required": [
- "id",
- "state"
- ],
- "properties": {
- "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"
- }
- }
- }
- },
- "securityDefinitions": {
- "MasterID": {
- "type": "apiKey",
- "name": "MasterID",
- "in": "header"
- }
- }
- }
|