|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052 |
- {
- "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:4001",
- "paths": {
- "/api/demo": {
- "post": {
- "description": "Demo样例测试",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "Demo"
- ],
- "summary": "Demo测试",
- "parameters": [
- {
- "description": "用户名密码",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {}
- }
- ],
- "responses": {
- "200": {
- "description": "token",
- "schema": {
- "type": "object",
- "additionalProperties": true
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
- "post": {
- "description": "社区分红(新增)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-社区分红(新增)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "分红名称、分红总量",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.AddCommunityDividendsReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "插入数据 ID",
- "schema": {
- "type": "int"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
- "post": {
- "description": "社区长列表(新增)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-社区长列表(新增)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "新增社区长 ID、备注",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "插入数据 ID",
- "schema": {
- "type": "int"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
- "post": {
- "description": "关系分布图(位置转换)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-关系分布图(位置转换)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "需要交换的两个位置",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.ExchangeUserPositionReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "成功返回",
- "schema": {
- "type": ""
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
- "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": "uid",
- "in": "query",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
- "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": "uid",
- "in": "query",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.TreeNode"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/getBasic": {
- "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.GetPublicPlatoonBasicResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
- "post": {
- "description": "免罚用户(查询)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-免罚用户(查询)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "页数和行数必填,uid选填",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.GetFreePublishUserReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "成功返回",
- "schema": {
- "$ref": "#/definitions/md.GetFreePublishUserResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
- "post": {
- "description": "免罚用户(新增)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-免罚用户(新增)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "页数和行数必填,uid选填",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.AddFreePublishUserReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "插入数据 ID",
- "schema": {
- "type": "int"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/relationshipMap": {
- "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": "phone",
- "name": "phone",
- "in": "query",
- "required": true
- },
- {
- "type": "string",
- "description": "uid",
- "name": "uid",
- "in": "query",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.TreeNode"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/updateBasic": {
- "put": {
- "description": "公排基础设置(修改)",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-公排基础设置(修改)",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "公排设置表单内容",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis": {
- "post": {
- "description": "日活分析",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公排管理"
- ],
- "summary": "制度中心-公排管理-日活分析",
- "parameters": [
- {
- "type": "string",
- "description": "验证参数Bearer和token空格拼接",
- "name": "Authorization",
- "in": "header",
- "required": true
- },
- {
- "description": "用户 ID、查询开始时间、结束时间",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
- }
- },
- "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"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "md.AddCommunityDividendsReq": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string",
- "example": "社区分红名称"
- },
- "nums": {
- "description": "社区分红数量",
- "type": "integer"
- }
- }
- },
- "md.AddCommunityDividendsWithUserReq": {
- "type": "object",
- "properties": {
- "memo": {
- "type": "string",
- "example": "备注"
- },
- "uid": {
- "description": "新增社区长用户 ID",
- "type": "integer"
- }
- }
- },
- "md.AddFreePublishUserReq": {
- "type": "object",
- "properties": {
- "uid": {
- "type": "integer"
- }
- }
- },
- "md.BasicSetting": {
- "type": "object",
- "properties": {
- "id": {
- "type": "integer"
- },
- "is_open": {
- "description": "是否开启(1:开启 0:关闭)",
- "type": "integer"
- },
- "is_self_active_get_team_revenue": {
- "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
- "type": "integer"
- },
- "originator_uid": {
- "description": "创始人uid",
- "type": "integer"
- },
- "several_rows": {
- "description": "几排",
- "type": "integer"
- },
- "several_times": {
- "description": "几乘",
- "type": "integer"
- },
- "system_punish_replace": {
- "description": "是否位置滑落 被新用户替换 0否 1是",
- "type": "integer"
- },
- "system_punish_replace_value": {
- "description": "xx天未活跃,处罚滑落",
- "type": "integer"
- }
- }
- },
- "md.DailyActivityAnalysisTopData": {
- "type": "object",
- "properties": {
- "activity_count": {
- "description": "子节点活跃天数",
- "type": "integer"
- },
- "team_activity_user_count": {
- "description": "子节点活跃人数",
- "type": "integer"
- },
- "team_user_count": {
- "description": "团队人数",
- "type": "integer"
- }
- }
- },
- "md.ExchangeUserPositionReq": {
- "type": "object",
- "properties": {
- "position_1": {
- "description": "位置1,具体值取返回数据中的 system_id",
- "type": "integer"
- },
- "position_2": {
- "description": "位置2,具体值取返回数据中的 system_id",
- "type": "integer"
- }
- }
- },
- "md.FindSubUserRelationshipMapResp": {
- "type": "object",
- "properties": {
- "basic_setting": {
- "description": "公排设置",
- "allOf": [
- {
- "$ref": "#/definitions/md.BasicSetting"
- }
- ]
- },
- "search_uid": {
- "description": "查找的用户 ID",
- "type": "string"
- },
- "sub_user": {
- "description": "上级用户信息",
- "allOf": [
- {
- "$ref": "#/definitions/md.SubUser"
- }
- ]
- }
- }
- },
- "md.FreePublishUserNode": {
- "type": "object",
- "properties": {
- "nickname": {
- "type": "string",
- "example": "昵称"
- },
- "phone": {
- "type": "string",
- "example": "手机号"
- },
- "uid": {
- "type": "integer"
- }
- }
- },
- "md.GetFreePublishUserReq": {
- "type": "object",
- "properties": {
- "limit": {
- "description": "每页大小",
- "type": "integer"
- },
- "page": {
- "description": "当前页数",
- "type": "integer"
- },
- "uid": {
- "description": "筛选的用户 ID",
- "type": "integer"
- }
- }
- },
- "md.GetFreePublishUserResp": {
- "type": "object",
- "properties": {
- "list": {
- "description": "免罚用户列表",
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.FreePublishUserNode"
- }
- },
- "paginate": {
- "description": "分页信息",
- "allOf": [
- {
- "$ref": "#/definitions/md.Paginate"
- }
- ]
- }
- }
- },
- "md.GetPublicPlatoonBasicResp": {
- "type": "object",
- "properties": {
- "is_open": {
- "description": "是否开启(1:开启 0:关闭)",
- "type": "integer"
- },
- "is_self_active_get_team_revenue": {
- "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
- "type": "integer"
- },
- "originator_uid": {
- "description": "创始人uid",
- "type": "integer"
- },
- "several_rows": {
- "description": "几排",
- "type": "integer"
- },
- "several_times": {
- "description": "几乘",
- "type": "integer"
- },
- "system_punish_replace": {
- "description": "是否位置滑落 被新用户替换 0否 1是",
- "type": "integer"
- },
- "system_punish_replace_value": {
- "description": "xx天未活跃,处罚滑落",
- "type": "integer"
- }
- }
- },
- "md.LoginReq": {
- "type": "object",
- "required": [
- "password",
- "username"
- ],
- "properties": {
- "code": {
- "type": "string",
- "example": "验证码"
- },
- "password": {
- "type": "string",
- "example": "登录密码"
- },
- "username": {
- "type": "string",
- "example": "登录账号"
- }
- }
- },
- "md.LoginResponse": {
- "type": "object",
- "properties": {
- "token": {
- "type": "string"
- }
- }
- },
- "md.Paginate": {
- "type": "object",
- "properties": {
- "limit": {
- "description": "每页大小",
- "type": "integer"
- },
- "page": {
- "description": "页数",
- "type": "integer"
- },
- "total": {
- "description": "总数据量",
- "type": "integer"
- }
- }
- },
- "md.Response": {
- "type": "object",
- "properties": {
- "code": {
- "type": "string",
- "example": "响应码"
- },
- "data": {
- "description": "内容"
- },
- "msg": {
- "type": "string",
- "example": "具体错误原因"
- }
- }
- },
- "md.SonUserDailyActivityAnalysisNode": {
- "type": "object",
- "properties": {
- "activity_day_nums": {
- "description": "活跃子节点活跃天数",
- "type": "integer"
- },
- "nickname": {
- "type": "string",
- "example": "昵称"
- },
- "phone": {
- "type": "string",
- "example": "手机号"
- },
- "uid": {
- "description": "查询用户活跃子节点 ID",
- "type": "integer"
- }
- }
- },
- "md.SubUser": {
- "type": "object",
- "properties": {
- "avatar_url": {
- "type": "string",
- "example": "头像"
- },
- "level": {
- "description": "整个系统中的等级",
- "type": "integer"
- },
- "nickname": {
- "type": "string",
- "example": "昵称"
- },
- "phone": {
- "type": "string",
- "example": "手机号"
- },
- "pid": {
- "type": "integer"
- },
- "position": {
- "description": "以pid1为创始人中网的位置",
- "type": "integer"
- },
- "uid": {
- "type": "integer"
- }
- }
- },
- "md.TreeNode": {
- "type": "object",
- "properties": {
- "avatar_url": {
- "type": "string",
- "example": "头像"
- },
- "level": {
- "type": "integer"
- },
- "nickname": {
- "type": "string",
- "example": "昵称"
- },
- "phone": {
- "type": "string",
- "example": "手机号"
- },
- "pid": {
- "type": "integer"
- },
- "position": {
- "type": "integer"
- },
- "son": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.TreeNode"
- }
- },
- "system_id": {
- "description": "公排网中id",
- "type": "integer"
- },
- "uid": {
- "type": "integer"
- }
- }
- },
- "md.UpdatePublicPlatoonBasicReq": {
- "type": "object",
- "properties": {
- "is_open": {
- "description": "是否开启(1:开启 0:关闭)",
- "type": "integer"
- },
- "is_self_active_get_team_revenue": {
- "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
- "type": "integer"
- },
- "originator_uid": {
- "description": "创始人uid",
- "type": "integer"
- },
- "several_rows": {
- "description": "几排",
- "type": "integer"
- },
- "several_times": {
- "description": "几乘",
- "type": "integer"
- },
- "system_punish_replace": {
- "description": "是否位置滑落 被新用户替换 0否 1是",
- "type": "integer"
- },
- "system_punish_replace_value": {
- "description": "xx天未活跃,处罚滑落",
- "type": "integer"
- }
- }
- },
- "md.UserDailyActivityAnalysisReq": {
- "type": "object",
- "properties": {
- "end_date": {
- "type": "string",
- "example": "结束日期"
- },
- "start_date": {
- "type": "string",
- "example": "开始日期"
- },
- "uid": {
- "description": "查询用户 ID",
- "type": "integer"
- }
- }
- },
- "md.UserDailyActivityAnalysisResp": {
- "type": "object",
- "properties": {
- "son_user_data": {
- "description": "被查询用户子节点信息",
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
- }
- },
- "top_data": {
- "description": "统计信息",
- "allOf": [
- {
- "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
- }
- ]
- }
- }
- }
- },
- "securityDefinitions": {
- "MasterID": {
- "type": "apiKey",
- "name": "MasterID",
- "in": "header"
- }
- }
- }
|