|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400 |
- {
- "swagger": "2.0",
- "info": {
- "description": "APP客户端-Api接口",
- "title": "蛋蛋星球-APP客户端",
- "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": "ddxq.izhim.com",
- "basePath": "/api/v1",
- "paths": {
- "/api/v1/addFriend/basalRate": {
- "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.BasalRateResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/eggEnergyDetails": {
- "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.EggEnergyDetailReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.EggEnergyDetailResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/eggPointDetails": {
- "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.EggPointDetailsReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.EggPointDetailsResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/myFans": {
- "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.MyFansResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/myFansUserList": {
- "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.MyFansUserListResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/nineDimensionalSpace": {
- "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.NineDimensionalSpaceResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/addFriend/totalRate": {
- "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.TotalRateResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/comm/getOssUrl": {
- "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/v1/fastLogin": {
- "post": {
- "description": "一键登录",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "一键登录"
- ],
- "summary": "一键登录",
- "parameters": [
- {
- "description": "注册参数",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.FastLoginReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "登录成功返回",
- "schema": {
- "$ref": "#/definitions/md.LoginResponse"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/homePage/adRule": {
- "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.HomePageWatchAdRuleResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/homePage/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": "具体数据",
- "schema": {
- "$ref": "#/definitions/md.HomePageResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/homePage/isCanGetRedPackage": {
- "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.IsCanGetRedPackageResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/homePage/isCanSignIn": {
- "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.IsCanSignInResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/homePage/realTimePrice": {
- "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.RealTimePriceResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/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/v1/register": {
- "post": {
- "description": "注册",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "注册"
- ],
- "summary": "注册",
- "parameters": [
- {
- "description": "注册参数",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.RegisterReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "登录成功返回",
- "schema": {
- "$ref": "#/definitions/md.LoginResponse"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/smsSend": {
- "post": {
- "description": "发送短信",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "发送短信"
- ],
- "summary": "发送短信",
- "parameters": [
- {
- "description": "注册参数",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/md.SmsSendReq"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "成功返回",
- "schema": {
- "type": "string"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/test": {
- "get": {
- "description": "Demo样例测试",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "Demo"
- ],
- "summary": "Demo测试",
- "parameters": [
- {
- "description": "任意参数",
- "name": "req",
- "in": "body",
- "required": true,
- "schema": {
- "type": "object"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "返回任意参数",
- "schema": {
- "type": "object",
- "additionalProperties": true
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- },
- "/api/v1/userInfo": {
- "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.UserInfoResp"
- }
- },
- "400": {
- "description": "具体错误",
- "schema": {
- "$ref": "#/definitions/md.Response"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "applet_app_md.Paginate": {
- "type": "object",
- "properties": {
- "limit": {
- "description": "每页大小",
- "type": "integer"
- },
- "page": {
- "description": "页数",
- "type": "integer"
- },
- "total": {
- "description": "总数据量",
- "type": "integer"
- }
- }
- },
- "md.BasalRateResp": {
- "type": "object",
- "properties": {
- "basal_rate": {
- "description": "基础速率",
- "type": "string"
- },
- "consumed_egg_energy": {
- "description": "收益蛋蛋能量",
- "type": "string"
- },
- "consumed_egg_point": {
- "description": "消耗蛋蛋积分",
- "type": "string"
- },
- "consumed_time": {
- "description": "消耗时间/小时",
- "type": "string"
- },
- "estimated_revenue": {
- "description": "预估收益蛋蛋能量",
- "type": "string"
- },
- "remaining_egg_energy": {
- "description": "剩余蛋蛋能量",
- "type": "string"
- },
- "remaining_time": {
- "description": "剩余时间/小时",
- "type": "string"
- },
- "sign_countdown": {
- "description": "收益倒计时",
- "type": "string"
- }
- }
- },
- "md.EggEnergyDetailReq": {
- "type": "object",
- "properties": {
- "asc": {
- "description": "1.升序 2.倒序",
- "type": "string"
- },
- "direction": {
- "description": "类型 1.收入 2.支出 全部则传空",
- "type": "string"
- },
- "kind": {
- "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
- "type": "string"
- },
- "limit": {
- "description": "每页大小",
- "type": "integer"
- },
- "page": {
- "description": "页数",
- "type": "integer"
- },
- "type": {
- "description": "变动类型 全部则传空",
- "type": "string"
- }
- }
- },
- "md.EggEnergyDetailResp": {
- "type": "object",
- "properties": {
- "list": {
- "description": "流水数据",
- "type": "array",
- "items": {
- "type": "object",
- "additionalProperties": {
- "type": "string"
- }
- }
- },
- "paginate": {
- "description": "分页信息",
- "allOf": [
- {
- "$ref": "#/definitions/applet_app_md.Paginate"
- }
- ]
- },
- "person_egg_energy": {
- "description": "个人蛋蛋能量",
- "type": "string"
- },
- "team_egg_energy": {
- "description": "团队蛋蛋能量",
- "type": "string"
- },
- "total_egg_energy": {
- "description": "总蛋蛋能量",
- "type": "string"
- },
- "total_egg_energy_price": {
- "description": "蛋蛋能量总价",
- "type": "string"
- },
- "transfer_type_list": {
- "description": "转账类型列表",
- "allOf": [
- {
- "$ref": "#/definitions/md.TransferTypeList"
- }
- ]
- }
- }
- },
- "md.EggPointDetailsReq": {
- "type": "object",
- "properties": {
- "asc": {
- "description": "1.升序 2.倒序",
- "type": "string"
- },
- "direction": {
- "description": "类型 1.收入 2.支出 全部则传空",
- "type": "string"
- },
- "kind": {
- "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
- "type": "string"
- },
- "limit": {
- "description": "每页大小",
- "type": "integer"
- },
- "page": {
- "description": "页数",
- "type": "integer"
- },
- "type": {
- "description": "变动类型 全部则传空",
- "type": "string"
- }
- }
- },
- "md.EggPointDetailsResp": {
- "type": "object",
- "properties": {
- "list": {
- "description": "流水数据",
- "type": "array",
- "items": {
- "type": "object",
- "additionalProperties": {
- "type": "string"
- }
- }
- },
- "paginate": {
- "description": "分页信息",
- "allOf": [
- {
- "$ref": "#/definitions/applet_app_md.Paginate"
- }
- ]
- },
- "person_egg_points": {
- "description": "个人蛋蛋积分",
- "type": "string"
- },
- "team_egg_points": {
- "description": "团队蛋蛋积分",
- "type": "string"
- },
- "total_egg_points": {
- "description": "总蛋蛋积分",
- "type": "string"
- },
- "total_egg_points_amount": {
- "description": "蛋蛋积分余额",
- "type": "string"
- },
- "transfer_type_list": {
- "description": "转账类型列表",
- "allOf": [
- {
- "$ref": "#/definitions/md.TransferTypeList"
- }
- ]
- }
- }
- },
- "md.FastLoginReq": {
- "type": "object",
- "properties": {
- "invite_code": {
- "type": "string",
- "example": "邀请码"
- },
- "token": {
- "type": "string",
- "example": "一键登录的token"
- }
- }
- },
- "md.HomePageResp": {
- "type": "object",
- "properties": {
- "egg_energy_now_price": {
- "description": "蛋蛋能量当前价格",
- "type": "string"
- },
- "initial_price": {
- "description": "蛋蛋能量初始价格",
- "type": "string"
- },
- "is_rises": {
- "description": "是否涨价",
- "type": "boolean"
- },
- "is_sign": {
- "description": "是否开始签到",
- "type": "boolean"
- },
- "nick_name": {
- "description": "用户名称",
- "type": "string"
- },
- "now_basal_rate": {
- "description": "当前基础速率/小时",
- "type": "string"
- },
- "now_team_rate": {
- "description": "当前团队速率/小时",
- "type": "string"
- },
- "rises": {
- "description": "涨/跌价百分比",
- "type": "string"
- },
- "sign_end_time": {
- "description": "签到截止时间",
- "type": "string"
- },
- "total_active_points": {
- "description": "总蛋蛋积分",
- "type": "string"
- },
- "total_egg_energy": {
- "description": "总蛋蛋能量",
- "type": "string"
- },
- "user_count": {
- "description": "当前用户数量",
- "type": "integer"
- }
- }
- },
- "md.HomePageWatchAdRuleResp": {
- "type": "object",
- "properties": {
- "each_round_hour": {
- "description": "每一轮X个小时",
- "type": "string"
- },
- "interval_minutes": {
- "description": "间隔X秒",
- "type": "string"
- },
- "reward_total_num": {
- "description": "一共X个奖励视屏",
- "type": "string"
- },
- "reward_value": {
- "description": "奖励X个活跃积分",
- "type": "string"
- }
- }
- },
- "md.IntegralList": {
- "type": "object",
- "properties": {
- "expend_list": {
- "description": "支出类型列表",
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.TransferTypeNode"
- }
- },
- "income_list": {
- "description": "收入类型列表",
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.TransferTypeNode"
- }
- }
- }
- },
- "md.IsCanGetRedPackageResp": {
- "type": "object",
- "properties": {
- "is_can_get_red_package": {
- "type": "boolean"
- }
- }
- },
- "md.IsCanSignInResp": {
- "type": "object",
- "properties": {
- "is_can_sign_in": {
- "type": "boolean"
- }
- }
- },
- "md.LoginReq": {
- "type": "object",
- "required": [
- "password",
- "phone"
- ],
- "properties": {
- "code": {
- "type": "string",
- "example": "验证码"
- },
- "password": {
- "type": "string",
- "example": "登录密码"
- },
- "phone": {
- "type": "string",
- "example": "手机号"
- }
- }
- },
- "md.LoginResponse": {
- "type": "object",
- "properties": {
- "token": {
- "type": "string"
- }
- }
- },
- "md.MyFansResp": {
- "type": "object",
- "properties": {
- "now_team_assistance_num": {
- "description": "团队助力人数",
- "type": "integer"
- },
- "now_team_assistance_reward": {
- "description": "团队助力收益",
- "type": "string"
- },
- "now_team_user": {
- "description": "团队人数",
- "type": "integer"
- }
- }
- },
- "md.MyFansUserListResp": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.OneLineUserNode"
- }
- }
- }
- },
- "md.NineDimensionalSpaceResp": {
- "type": "object",
- "properties": {
- "a_lot_of_nums": {
- "description": "全网至多用户数",
- "type": "string"
- },
- "space_list": {
- "description": "数据列表",
- "type": "array",
- "items": {
- "$ref": "#/definitions/md.SpaceListNode"
- }
- },
- "space_nums": {
- "description": "空间人数",
- "type": "string"
- },
- "space_total_nums": {
- "description": "空间总数",
- "type": "string"
- }
- }
- },
- "md.OneLineUserNode": {
- "type": "object",
- "properties": {
- "avatar_url": {
- "type": "string"
- },
- "invite_time": {
- "type": "string"
- },
- "is_online": {
- "type": "boolean"
- },
- "nickname": {
- "type": "string"
- }
- }
- },
- "md.RealTimePriceResp": {
- "type": "object",
- "properties": {
- "is_rises": {
- "type": "boolean"
- },
- "now_price": {
- "type": "string"
- },
- "rises": {
- "type": "string"
- },
- "user_count": {
- "type": "string"
- }
- }
- },
- "md.RegisterReq": {
- "type": "object",
- "required": [
- "mobile"
- ],
- "properties": {
- "avatar": {
- "type": "string",
- "example": "头像"
- },
- "code": {
- "type": "string",
- "example": "验证码"
- },
- "invite_code": {
- "type": "string",
- "example": "邀请码"
- },
- "mobile": {
- "type": "string"
- },
- "nickname": {
- "type": "string",
- "example": "昵称"
- },
- "open_id": {
- "type": "string",
- "example": "微信openId"
- },
- "sex": {
- "description": "性别(0:未知 1:男 2:女)",
- "type": "integer"
- },
- "type": {
- "type": "string",
- "example": "app:APP注册、h5:H5注册"
- },
- "union_id": {
- "type": "string",
- "example": "微信UnionId"
- }
- }
- },
- "md.Response": {
- "type": "object",
- "properties": {
- "code": {
- "type": "string",
- "example": "响应码"
- },
- "data": {
- "description": "内容"
- },
- "msg": {
- "type": "string",
- "example": "具体错误原因"
- }
- }
- },
- "md.SmsSendReq": {
- "type": "object",
- "required": [
- "mobile"
- ],
- "properties": {
- "captcha_output": {
- "type": "string",
- "example": "阿里云图形验证码对应参数"
- },
- "gen_time": {
- "type": "string",
- "example": "阿里云图形验证码对应参数"
- },
- "lot_number": {
- "type": "string",
- "example": "阿里云图形验证码对应参数"
- },
- "mobile": {
- "type": "string"
- },
- "pass_token": {
- "type": "string",
- "example": "阿里云图形验证码对应参数"
- },
- "type": {
- "type": "string",
- "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码"
- }
- }
- },
- "md.SpaceListNode": {
- "type": "object",
- "properties": {
- "max_count": {
- "description": "最大容纳人数",
- "type": "string"
- },
- "name": {
- "description": "维度",
- "type": "string"
- },
- "now_count": {
- "description": "当前人数",
- "type": "string"
- }
- }
- },
- "md.TotalRateResp": {
- "type": "object",
- "properties": {
- "consumed_personal_egg_point": {
- "description": "消耗个人蛋蛋积分",
- "type": "string"
- },
- "consumed_team_egg_point": {
- "description": "消耗团队蛋蛋积分",
- "type": "string"
- },
- "now_basal_rate": {
- "description": "当前基础速率/小时",
- "type": "string"
- },
- "now_team_rate": {
- "description": "当前团队速率/小时",
- "type": "string"
- },
- "now_total_rate": {
- "description": "总速率/小时",
- "type": "string"
- }
- }
- },
- "md.TransferTypeList": {
- "type": "object",
- "properties": {
- "available_integral_list": {
- "description": "可用积分列表",
- "allOf": [
- {
- "$ref": "#/definitions/md.IntegralList"
- }
- ]
- },
- "settlement_integral_list": {
- "description": "结算积分列表",
- "allOf": [
- {
- "$ref": "#/definitions/md.IntegralList"
- }
- ]
- }
- }
- },
- "md.TransferTypeNode": {
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- }
- },
- "md.UserInfoResp": {
- "type": "object",
- "properties": {
- "invite_code": {
- "type": "string"
- },
- "is_bind_extend": {
- "type": "string",
- "example": "是否绑定了上级 0否 1是"
- },
- "nickname": {
- "type": "string"
- },
- "phone": {
- "type": "string"
- }
- }
- }
- }
- }
|