basePath: /api/v1
definitions:
  applet_app_md.Paginate:
    properties:
      limit:
        description: 每页大小
        type: integer
      page:
        description: 页数
        type: integer
      total:
        description: 总数据量
        type: integer
    type: object
  code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd:
    properties:
      amount:
        type: string
      create_time:
        type: string
      id:
        type: integer
      im_data:
        type: string
      im_uid:
        type: integer
      ord_no:
        type: string
      received_im_user_ids:
        type: string
      received_times:
        type: string
      received_user_amount:
        type: string
      received_user_ids:
        type: string
      red_packet_balance_amount:
        type: string
      red_packet_balance_nums:
        type: integer
      red_packet_nums:
        type: integer
      red_packet_type:
        type: integer
      state:
        type: integer
      uid:
        type: integer
      update_time:
        type: string
      wait_draw_im_user_ids:
        type: string
      wait_draw_user_ids:
        type: string
    type: object
  comm.AccessRecordsReq:
    properties:
      index:
        description: 页面标签
        type: string
    type: object
  comm.ImgReqUploadReq:
    properties:
      content_type:
        example: image/jpeg
        type: string
      file_name:
        example: 文件名
        type: string
    required:
    - content_type
    - file_name
    type: object
  friend_circles.CommentListReq:
    properties:
      circle_index_id:
        description: 朋友圈文档记录
        type: string
      page:
        description: 页码
        type: integer
      page_size:
        description: 每页数量
        type: integer
    type: object
  friend_circles.EggFriendCircleCancelLikeReq:
    properties:
      circle_index_id:
        description: 文章索引
        type: string
    type: object
  friend_circles.EggFriendCircleDelReq:
    properties:
      circle_index_id:
        description: 文章索引
        type: string
    type: object
  friend_circles.EggFriendCircleEsStruct:
    properties:
      circle_index_id:
        description: 朋友圈文档记录
        type: string
      comment_nums:
        description: 评论数
        type: integer
      content:
        description: 文本内容
        type: string
      created_at:
        description: |-
          State       int32  `json:"state" label:"状态(1:正常 2:隐藏)"`
          IsTopUp     int32  `json:"is_top_up" label:"是否置顶(1:是 2:否)"`
          IsPraise    int32  `json:"is_praise" label:"是否被表扬(1:是 2:否)"`
        type: string
      im_uid:
        type: integer
      image:
        description: 图片
        type: string
      is_like:
        description: 是否点赞
        type: boolean
      kind:
        description: 类型(1:普通 2:官方)
        type: integer
      likes_nums:
        description: 点赞数
        type: integer
      share_nums:
        description: 分享数
        type: integer
      uid:
        type: integer
      updated_at:
        type: string
      video:
        description: 视频
        type: string
    type: object
  friend_circles.EggFriendCircleLikeReq:
    properties:
      circle_index_id:
        description: 文章索引
        type: string
    type: object
  friend_circles.EggFriendCircleShareReq:
    properties:
      circle_index_id:
        description: 文章索引
        type: string
    type: object
  friend_circles.MySelfListReq:
    properties:
      page:
        description: 页码
        type: integer
      page_size:
        description: 每页数量
        type: integer
    type: object
  friend_circles.MySelfListResp:
    properties:
      list:
        items:
          $ref: '#/definitions/friend_circles.EggFriendCircleEsStruct'
        type: array
      page:
        description: 页码
        type: integer
      page_size:
        description: 每页数量
        type: integer
      total:
        description: 总量
        type: integer
    type: object
  friend_circles.PublishReq:
    properties:
      content:
        description: 文本内容
        type: string
      image_list:
        description: 图片
        items:
          type: string
        type: array
      video:
        description: 视屏
        type: string
    type: object
  friend_circles.RecommendListReq:
    properties:
      page:
        description: 页码
        type: integer
      page_size:
        description: 每页数量
        type: integer
    type: object
  friend_circles.RecommendListResp:
    properties:
      list:
        items:
          $ref: '#/definitions/friend_circles.EggFriendCircleEsStruct'
        type: array
      page:
        description: 页码
        type: integer
      page_size:
        description: 每页数量
        type: integer
      total:
        description: 总量
        type: integer
    type: object
  md.AdvertisingBasic:
    properties:
      android_ad_is_open:
        example: 安卓广告是否开启(1:开启 0:不开启)
        type: string
      android_open_ad_is_open:
        example: 安卓开屏广告是否开启(1:开启 0:不开启)
        type: string
      info:
        additionalProperties: true
        type: object
      ios_ad_is_open:
        example: ios广告是否开启(1:开启 0:不开启)
        type: string
      ios_open_ad_is_open:
        example: ios开屏广告是否开启(1:开启 0:不开启)
        type: string
      voice:
        example: 领取声音
        type: string
    type: object
  md.AdvertisingCheck:
    properties:
      is_can_visit:
        type: string
    type: object
  md.AdvertisingFunction:
    properties:
      ad_id:
        example: 广告id
        type: string
      name:
        example: 名称
        type: string
      type:
        example: 位置
        type: string
    type: object
  md.AdvertisingLimit:
    properties:
      public_img:
        example: 公共弹窗图
        type: string
      public_str:
        example: 公共弹窗文字
        type: string
      withdraw_img:
        example: 提现弹窗图
        type: string
      withdraw_str:
        example: 提现弹窗文字
        type: string
    type: object
  md.AdvertisingReq:
    properties:
      id:
        type: string
    type: object
  md.AdvertisingResp:
    properties:
      basic:
        $ref: '#/definitions/md.AdvertisingBasic'
      function:
        items:
          $ref: '#/definitions/md.AdvertisingFunction'
        type: array
      pop:
        $ref: '#/definitions/md.AdvertisingLimit'
      space:
        items:
          $ref: '#/definitions/md.AdvertisingSpace'
        type: array
    type: object
  md.AdvertisingSpace:
    properties:
      counting_down:
        example: 倒计时 x秒
        type: string
      id:
        example: id
        type: string
      info:
        additionalProperties: true
        type: object
      kind:
        example: 广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)
        type: string
      name:
        example: 名称
        type: string
    type: object
  md.AdvertisingState:
    properties:
      integral:
        type: string
      is_success:
        type: string
    type: object
  md.BasalRateResp:
    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
      sign_time_secs:
        description: 收益倒计时秒数
        type: integer
    type: object
  md.BindAlipayAccountReq:
    properties:
      auth_code:
        description: 支付宝回调的临时授权码
        type: string
    type: object
  md.BindWxPayAccountReq:
    properties:
      app_id:
        description: 微信应用 appid
        type: string
      ext:
        description: 拓展字段
        type: string
      open_id:
        description: 微信用户 open_id
        type: string
      user_id:
        description: 微信用户 id
        type: string
    type: object
  md.CollegeDetailReq:
    properties:
      id:
        type: string
    type: object
  md.CollegeDetailResp:
    properties:
      app_name:
        type: string
      content:
        type: string
      create_at:
        type: string
      forward_count:
        example: 分享数量
        type: string
      id:
        type: string
      is_like:
        example: 是否点赞 0否 1是
        type: string
      like_count:
        example: 点赞数量
        type: string
      title:
        type: string
      url:
        type: string
      watch_count:
        example: 学习数量
        type: string
    type: object
  md.CollegeListReq:
    properties:
      cate_id:
        type: string
      limit:
        type: string
      page:
        type: string
    type: object
  md.CollegeListResp:
    properties:
      cover:
        example: 封面图
        type: string
      create_at:
        type: string
      forward_count:
        example: 分享数量
        type: string
      id:
        type: string
      like_count:
        example: 点赞数量
        type: string
      title:
        type: string
      url:
        type: string
      watch_count:
        example: 学习数量
        type: string
    type: object
  md.ConfigResp:
    properties:
      content:
        example: 软件使用协议内容
        type: string
      down_url:
        type: string
      guide:
        items:
          $ref: '#/definitions/md.Guide'
        type: array
      oss_url:
        example: 阿里云图片链接
        type: string
      privacy_title:
        example: 隐私协议标题
        type: string
      privacy_url:
        example: 隐私协议链接
        type: string
      seo:
        $ref: '#/definitions/md.Seo'
      title:
        example: 软件使用协议标题
        type: string
      user_title:
        example: 用户协议标题
        type: string
      user_url:
        example: 用户协议链接
        type: string
    type: object
  md.ContributionValueFlowNode:
    properties:
      amount:
        description: 变更数量
        type: string
      create_at:
        description: 完成时间
        type: string
      direction:
        description: 方向: 1.收入 2.支出
        type: string
      title:
        description: 标题
        type: string
    type: object
  md.DeleteUserReq:
    properties:
      code:
        example: 验证码
        type: string
    type: object
  md.DynamicDataResp:
    properties:
      development_committee:
        description: 发展委员会
        type: string
      public_welfare_and_charity:
        description: 公益基金
        type: string
      star_level_dividends:
        description: 星级分红
        type: string
      user_total_hold:
        description: 用户持有总量
        type: string
    type: object
  md.EggEnergyDetailReq:
    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
    type: object
  md.EggEnergyDetailResp:
    properties:
      list:
        description: 流水数据
        items:
          additionalProperties:
            type: string
          type: object
        type: array
      paginate:
        allOf:
        - $ref: '#/definitions/applet_app_md.Paginate'
        description: 分页信息
      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:
        allOf:
        - $ref: '#/definitions/md.TransferTypeList'
        description: 转账类型列表
    type: object
  md.EggEnergyFlowNode:
    properties:
      after_amount:
        description: 变更后数量
        type: string
      amount:
        description: 变更数量
        type: string
      before_amount:
        description: 变更前数量
        type: string
      coin_name:
        description: 虚拟币名称
        type: string
      create_at:
        description: 创建时间
        type: string
      direction:
        description: 方向:1.收入 2.支出
        type: integer
      id:
        type: integer
      sys_fee:
        description: 手续费
        type: string
      title:
        description: 标题
        type: string
      transfer_type:
        description: 转账类型
        type: string
    type: object
  md.EggPointDetailsReq:
    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
    type: object
  md.EggPointDetailsResp:
    properties:
      list:
        description: 流水数据
        items:
          additionalProperties:
            type: string
          type: object
        type: array
      paginate:
        allOf:
        - $ref: '#/definitions/applet_app_md.Paginate'
        description: 分页信息
      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:
        allOf:
        - $ref: '#/definitions/md.TransferTypeList'
        description: 转账类型列表
    type: object
  md.EggPointRecordNode:
    properties:
      end_at:
        description: 结束时间
        type: string
      score:
        description: 分数
        type: string
      start_at:
        description: 开始时间
        type: string
      week:
        description: 周数
        type: string
      year:
        description: 年份
        type: string
    type: object
  md.ExchangeEnergyReq:
    properties:
      energy_amount:
        description: 兑换能量数值
        type: string
    type: object
  md.FastLoginReq:
    properties:
      invite_code:
        example: 邀请码
        type: string
      token:
        example: 一键登录的token
        type: string
    type: object
  md.FindPasswordReq:
    properties:
      code:
        example: 验证码
        type: string
      mobile:
        type: string
      password:
        example: 密码 如 123
        type: string
    required:
    - mobile
    type: object
  md.GetAmountFlowResp:
    properties:
      list:
        items:
          $ref: '#/definitions/md.WalletFlowNode'
        type: array
      paginate:
        $ref: '#/definitions/applet_app_md.Paginate'
    type: object
  md.GetContributionValueFlowResp:
    properties:
      list:
        items:
          $ref: '#/definitions/md.ContributionValueFlowNode'
        type: array
      paginate:
        $ref: '#/definitions/applet_app_md.Paginate'
    type: object
  md.GetContributionValueResp:
    properties:
      contribution_value:
        description: 贡献值
        type: string
      ratio:
        description: 兑换比率(x 分兑换 1 人民币)
        type: string
    type: object
  md.GetEggEnergyFlowResp:
    properties:
      list:
        items:
          $ref: '#/definitions/md.EggEnergyFlowNode'
        type: array
      paginate:
        $ref: '#/definitions/applet_app_md.Paginate'
    type: object
  md.GetEggPointRecordResp:
    properties:
      list:
        description: 分数明细列表
        items:
          $ref: '#/definitions/md.EggPointRecordNode'
        type: array
      now_score:
        description: 当前分数
        type: string
      paginate:
        $ref: '#/definitions/applet_app_md.Paginate'
    type: object
  md.GetModuleSettingResp:
    properties:
      data:
        description: 内容
      mod_name:
        description: 模块名称
        type: string
      position:
        description: 位置
        type: string
      skip_identifier:
        description: 跳转标识
        type: string
      subtitle:
        description: 副标题
        type: string
      title:
        description: 标题
        type: string
    type: object
  md.GetPriceCurveResp:
    properties:
      x_data:
        items: {}
        type: array
      y_data:
        items: {}
        type: array
    type: object
  md.GetWithdrawConditionResp:
    properties:
      is_bind_alipay:
        description: 是否绑定阿里账户
        type: boolean
      is_bind_wx:
        description: 是否绑定微信账户
        type: boolean
      is_can_withdraw:
        description: 是否能提现
        type: boolean
      is_need_real_name:
        description: 是否需要实名
        type: boolean
      is_real_name:
        description: 是否实名
        type: boolean
      not_withdraw_reason:
        description: 不能提现原因
        type: string
    type: object
  md.GrabRedPackageReq:
    properties:
      device_id:
        description: 设备id
        type: string
      receiver_id:
        description: 用户id或者群组id
        type: integer
      receiver_type:
        description: 接收者类型,1:user;2:group
        type: integer
      red_package_cover:
        description: 红包封面
        type: string
      red_package_id:
        description: 红包id
        type: integer
      send_red_package_user_nike_name:
        description: 红包发送者-im用户昵称
        type: string
      send_red_packet_avatar_url:
        description: 红包发送者-im用户头像
        type: string
      send_time:
        description: 消息发送时间戳,精确到毫秒
        type: integer
      token:
        description: im-token
        type: string
      user_id:
        description: im用户id
        type: string
    type: object
  md.GrabRedPackageResp:
    properties:
      grab_amount:
        description: 抢到的红包金额
        type: string
      im:
        allOf:
        - $ref: '#/definitions/pb.SendRedPacketResp'
        description: im 返回体
    type: object
  md.Guide:
    properties:
      bg_image:
        type: string
      bg_image_url:
        type: string
      content_image:
        type: string
      content_image_url:
        type: string
    type: object
  md.HomePageResp:
    properties:
      initial_price:
        description: 蛋蛋能量初始价格
        type: string
      is_sign:
        description: 是否开始签到
        type: boolean
      leave_timer:
        description: 可签到剩余时间 秒
        type: string
      nick_name:
        description: 用户名称
        type: string
      now_basal_rate:
        description: 当前基础速率/小时
        type: string
      now_team_rate:
        description: 当前团队速率/小时
        type: string
      sign_end_time:
        description: 签到截止时间
        type: string
      total_active_points:
        description: 总蛋蛋积分
        type: string
      total_egg_energy:
        description: 总蛋蛋能量
        type: string
    type: object
  md.HomePageWatchAdRuleResp:
    properties:
      each_round_hour:
        description: 每一轮X个小时
        type: string
      next_watch_ad_date:
        description: 下次可观看广告时间,若为空允许观看视频
        type: string
      next_watch_ad_secs:
        description: 下次可观看广告时间,若为空允许观看视频
        type: integer
      residue_watch_ad_num:
        description: 当前剩余可观看视频数
        type: integer
      reward_total_num:
        description: 总可观看广告数量
        type: string
      round_remaining_secs:
        description: 本轮剩余时间
        type: integer
      watch_ad_reward_active_points:
        description: 观看广告视频奖励X个活跃积分
        type: string
    type: object
  md.InitialDataResp:
    properties:
      initial_price:
        description: 初始价格
        type: string
      total_angel_investor:
        description: 天使投资人
        type: string
      total_ecological_development:
        description: 生态建设
        type: string
      total_issuance_amount:
        description: 总发行量
        type: string
      total_operate_fund:
        description: 运营资金
        type: string
      total_technology_team:
        description: 技术团队
        type: string
    type: object
  md.IntegralList:
    properties:
      expend_list:
        description: 支出类型列表
        items:
          $ref: '#/definitions/md.TransferTypeNode'
        type: array
      income_list:
        description: 收入类型列表
        items:
          $ref: '#/definitions/md.TransferTypeNode'
        type: array
    type: object
  md.InviteCodeUserInfoReq:
    properties:
      invite_code:
        type: string
    type: object
  md.InviteCodeUserInfoResp:
    properties:
      head_img:
        type: string
      nickname:
        type: string
    type: object
  md.InviteUrl:
    properties:
      invite_code:
        type: string
      link:
        type: string
      qrcode:
        type: string
    type: object
  md.IsCanGetRedPackageResp:
    properties:
      is_can_get_red_package:
        description: 能否获取红包
        type: boolean
    type: object
  md.IsCanSignInResp:
    properties:
      is_can_sign_in:
        description: 能否签到
        type: boolean
    type: object
  md.LoginReq:
    properties:
      code:
        example: 验证码
        type: string
      password:
        example: 登录密码
        type: string
      phone:
        example: 手机号
        type: string
    required:
    - password
    - phone
    type: object
  md.LoginResponse:
    properties:
      token:
        type: string
    type: object
  md.MemberCenterGetBasicResp:
    properties:
      active_num:
        description: 活跃值
        type: string
      amount:
        description: 账户余额
        type: string
      contribution_value:
        description: 贡献值
        type: string
      date:
        description: 兑换时间(每月x日)
        type: string
      egg_energy:
        description: 能量值
        type: string
      egg_energy_value:
        description: 能量预估价值
        type: string
      egg_score:
        description: 蛋蛋分
        type: string
      head_img:
        example: 头像
        type: string
      id:
        example: 个人ID号
        type: string
      invite_code:
        example: 邀请码
        type: string
      is_bind_extend:
        example: 是否绑定了上级 0否 1是
        type: string
      is_real_name:
        example: 是否实名认证 0否 1是
        type: string
      level_name:
        example: 等级
        type: string
      nickname:
        example: 昵称
        type: string
      phone:
        example: 手机号
        type: string
      ratio:
        description: 能量值兑换比例(x:y)
        type: string
      wechat_account:
        example: 微信号
        type: string
    type: object
  md.MyFansResp:
    properties:
      now_team_assistance_num:
        description: 团队助力人数
        type: integer
      now_team_assistance_reward:
        description: 团队助力收益
        type: string
      now_team_user:
        description: 团队人数
        type: integer
    type: object
  md.MyFansUserListResp:
    properties:
      list:
        items:
          $ref: '#/definitions/md.OneLineUserNode'
        type: array
    type: object
  md.NineDimensionalSpaceResp:
    properties:
      a_lot_of_nums:
        description: 全网至多用户数
        type: integer
      day_num:
        description: 连续x天不活跃
        type: integer
      rows:
        description: 行数
        type: string
      space_list:
        description: 数据列表
        items:
          $ref: '#/definitions/md.SpaceListNode'
        type: array
      space_nums:
        description: 空间人数
        type: integer
      space_total_nums:
        description: 空间总数
        type: integer
      times:
        description: 排数
        type: string
    type: object
  md.OneLineUserNode:
    properties:
      avatar_url:
        type: string
      invite_time:
        type: string
      is_online:
        type: boolean
      nickname:
        type: string
    type: object
  md.ParentInfo:
    properties:
      head_img:
        example: 头像
        type: string
      id:
        example: 个人ID号
        type: string
      invite_code:
        example: 邀请码
        type: string
      level_name:
        example: 等级
        type: string
      nickname:
        example: 昵称
        type: string
      phone:
        example: 手机号
        type: string
      wechat_account:
        example: 微信号
        type: string
    type: object
  md.PlayletBaseData:
    properties:
      android_adv_id:
        example: 安卓激励视频广告位
        type: string
      coin_name:
        example: 积分名称
        type: string
      day_one_count:
        example: 每天每个短剧解锁次数
        type: string
      first_count:
        example: 首次可观看集数
        type: string
      ios_adv_id:
        example: iOS激励视频广告位
        type: string
      leave:
        example: 剩余次数
        type: string
      reward:
        example: 单次奖励
        type: string
      second_count:
        example: 看一次广告解锁集数
        type: string
      sum:
        example: 奖励总数
        type: string
      total:
        example: 可领取总次数
        type: string
    type: object
  md.PlayletRewardRequest:
    properties:
      id:
        example: 广告id
        type: string
    type: object
  md.PlayletUnlockRequest:
    properties:
      id:
        example: 短剧id
        type: string
    type: object
  md.PlayletUnlockResp:
    properties:
      num:
        type: string
    type: object
  md.PointsCenterGetBasicResp:
    properties:
      egg_point:
        description: 能量积分
        type: string
      egg_point_amount:
        description: 能量积分价值
        type: string
      energy:
        description: 蛋蛋能量值
        type: string
      energy_amount:
        description: 能量价值
        type: string
      wallet_amount:
        description: 账户余额
        type: string
    type: object
  md.PointsExchangeGetBasicResp:
    properties:
      available_cash:
        description: 可用现金
        type: string
      available_energy:
        description: 可用能量
        type: string
    type: object
  md.RealNameAuthAddRequest:
    properties:
      card_no:
        type: string
      real_name:
        type: string
    type: object
  md.RealNameAuthBasicData:
    properties:
      auth_state:
        example: 0未申请  1申请通过  3申请失败
        type: string
      is_need_get_energy:
        example: 0不需要获取能量  1弹窗提示 前往蛋蛋乐园获取能量
        type: string
      tip_str:
        type: string
    type: object
  md.RealNameAuthResp:
    properties:
      oid:
        type: string
      url:
        type: string
    type: object
  md.RealTimePriceResp:
    properties:
      is_rises:
        description: 是否涨/跌价
        type: boolean
      now_price:
        description: 当前价格
        type: string
      rises:
        description: 涨价幅度(百分比)
        type: string
      user_count:
        description: 用户数
        type: integer
    type: object
  md.RedPackageDetailResp:
    properties:
      detail:
        allOf:
        - $ref: '#/definitions/code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd'
        description: 红包详情信息
      list:
        description: 领取红包用户列表
        items:
          $ref: '#/definitions/md.RedPackageDetailUserNode'
        type: array
    type: object
  md.RedPackageDetailUserNode:
    properties:
      amount:
        description: 金额
        type: string
      im_user_id:
        description: im用户id
        type: string
      received_at:
        description: 领取时间
        type: string
      user_avatar_url:
        description: im用户昵称
        type: string
      user_nick_name:
        description: im用户昵称
        type: string
    type: object
  md.RegisterReq:
    properties:
      avatar:
        example: 头像
        type: string
      code:
        example: 验证码
        type: string
      invite_code:
        example: 邀请码
        type: string
      mobile:
        type: string
      nickname:
        example: 昵称
        type: string
      open_id:
        example: 微信openId
        type: string
      password:
        example: 密码 如 123
        type: string
      sex:
        description: 性别(0:未知 1:男 2:女)
        type: integer
      type:
        example: app:APP注册、h5:H5注册
        type: string
      union_id:
        example: 微信UnionId
        type: string
    required:
    - mobile
    type: object
  md.Response:
    properties:
      code:
        example: 响应码
        type: string
      data:
        description: 内容
      msg:
        example: 具体错误原因
        type: string
    type: object
  md.SendRedPackageDetailReq:
    properties:
      order_id:
        description: 红包的订单 ID
        type: string
    type: object
  md.SendRedPackageDetailResp:
    properties:
      im:
        $ref: '#/definitions/md.SeqType'
      red_package_id:
        description: 红包 ID
        type: integer
    type: object
  md.SendRedPackageReq:
    properties:
      amount:
        description: 红包金额
        type: string
      device_id:
        description: 设备id
        type: string
      receiver_id:
        description: 用户id或者群组id
        type: integer
      receiver_type:
        description: 接收者类型,1:user;2:group
        type: integer
      red_package_cover:
        description: 红包封面
        type: string
      red_packet_content:
        description: 红包文字内容
        type: string
      red_packet_nums:
        description: 红包数量
        type: integer
      red_packet_small_content:
        description: 红包文字内容
        type: string
      red_packet_type:
        description: 红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)
        type: integer
      send_time:
        description: 消息发送时间戳,精确到毫秒
        type: integer
      to_user_ids:
        description: 红包给到哪些im用户id(专属红包)
        items:
          type: integer
        type: array
      token:
        description: im-token
        type: string
      user_id:
        description: im用户id
        type: string
    type: object
  md.SendRedPackageResp:
    properties:
      im:
        $ref: '#/definitions/pb.SendRedPacketResp'
      red_package_id:
        description: 红包ID
        type: integer
    type: object
  md.Seo:
    properties:
      seo_logo:
        type: string
      seo_title:
        example: seo
        type: string
      web_logo:
        type: string
    type: object
  md.SeqType:
    properties:
      seq:
        description: 序列号
        type: integer
    type: object
  md.SmsSendReq:
    properties:
      captcha_output:
        example: 阿里云图形验证码对应参数
        type: string
      gen_time:
        example: 阿里云图形验证码对应参数
        type: string
      lot_number:
        example: 阿里云图形验证码对应参数
        type: string
      mobile:
        type: string
      pass_token:
        example: 阿里云图形验证码对应参数
        type: string
      type:
        example: userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码
        type: string
    required:
    - mobile
    type: object
  md.SpaceListNode:
    properties:
      max_count:
        description: 最大容纳人数
        type: integer
      name:
        description: 维度
        type: string
      now_count:
        description: 当前人数
        type: integer
    type: object
  md.TotalRateResp:
    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
    type: object
  md.TransferTypeList:
    properties:
      TeamTransferTypeList:
        allOf:
        - $ref: '#/definitions/md.IntegralList'
        description: 团队积分变动列表
      personal_transfer_type_list:
        allOf:
        - $ref: '#/definitions/md.IntegralList'
        description: 个人积分变动列表
    type: object
  md.TransferTypeNode:
    properties:
      name:
        type: string
      value:
        type: string
    type: object
  md.UpdatePasscodeReq:
    properties:
      code:
        example: 验证码
        type: string
      passcode:
        example: 密码 如 123
        type: string
    type: object
  md.UpdatePasswordReq:
    properties:
      code:
        example: 验证码
        type: string
      password:
        example: 密码 如 123
        type: string
    type: object
  md.UserDeleteInfo:
    properties:
      info:
        items:
          $ref: '#/definitions/md.UserDeleteInfoList'
        type: array
      url:
        example: 蛋蛋星球注销须知 链接
        type: string
    type: object
  md.UserDeleteInfoList:
    properties:
      content:
        type: string
      title:
        type: string
    type: object
  md.UserFeedbackListReq:
    properties:
      limit:
        type: string
      page:
        type: string
    type: object
  md.UserFeedbackListResp:
    properties:
      content:
        type: string
      create_at:
        type: string
      id:
        type: string
      img:
        items:
          type: string
        type: array
      label:
        type: string
      state:
        example: 0未回复 1已回复
        type: string
      title:
        type: string
      type:
        type: string
    type: object
  md.UserFeedbackRecordReq:
    properties:
      id:
        type: string
      page:
        type: string
    type: object
  md.UserFeedbackRecordResp:
    properties:
      content:
        type: string
      create_at:
        type: string
      head_img:
        type: string
      nickname:
        type: string
      type:
        type: string
    type: object
  md.UserFeedbackSaveReq:
    properties:
      cid:
        example: 问题类型的id
        type: string
      content:
        example: 问题内容
        type: string
      idea:
        example: 建议内容
        type: string
      img:
        example:
        - 图片
        items:
          type: string
        type: array
      phone:
        type: string
      title:
        type: string
      type:
        example: 问题类型的name
        type: string
    type: object
  md.UserFeedbackSayReq:
    properties:
      content:
        example: 问题内容
        type: string
      id:
        example: id
        type: string
    type: object
  md.UserInfoResp:
    properties:
      head_img:
        type: string
      id:
        type: string
      invite_code:
        type: string
      is_bind_extend:
        example: 是否绑定了上级 0否 1是
        type: string
      nickname:
        type: string
      phone:
        type: string
    type: object
  md.Version:
    properties:
      content:
        type: string
      img:
        type: string
      is_must:
        type: string
      name:
        type: string
      type:
        type: string
      url:
        type: string
      version:
        type: string
    type: object
  md.VersionResp:
    properties:
      is_audit_version:
        type: string
      version:
        items:
          $ref: '#/definitions/md.Version'
        type: array
    type: object
  md.VideoBaseData:
    properties:
      coin_name:
        example: 积分名称
        type: string
      interval:
        example: 领取间隔 秒
        type: string
      leave:
        example: 剩余次数
        type: string
      reward:
        example: 单次奖励
        type: string
      sum:
        example: 奖励总数
        type: string
      timer:
        example: 观看X秒奖励
        type: string
      total:
        example: 可领取总次数
        type: string
    type: object
  md.VideoRewardRequest:
    properties:
      id:
        example: 广告id
        type: string
    type: object
  md.WalletFlowNode:
    properties:
      after_amount:
        description: 变动后金额
        type: string
      amount:
        description: 变动金额
        type: string
      before_amount:
        description: 变动前金额
        type: string
      create_time:
        description: 创建时间
        type: string
      direction:
        description: 方向:1.收入 2.支出
        type: integer
      id:
        type: integer
      kind:
        description: 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
        type: integer
      memo:
        description: 备注
        type: string
      ord_id:
        description: 对应订单编号
        type: string
      state:
        description: 1未到账,2已到账
        type: integer
      sys_fee:
        description: 手续费
        type: string
      title:
        description: 标题
        type: string
      uid:
        description: 用户 ID
        type: integer
      update_time:
        description: 更新时间
        type: string
    type: object
  md.WechatAccountUserInfoReq:
    properties:
      head_img:
        example: 头像 不是修改不用传
        type: string
      nickname:
        example: 昵称 不是修改不用传
        type: string
      wechat_account:
        example: 微信号 不是修改不用传
        type: string
    type: object
  md.WechatLoginReq:
    properties:
      avatar:
        example: 头像
        type: string
      nickname:
        example: 昵称
        type: string
      open_id:
        example: 微信openId
        type: string
      union_id:
        example: 微信UnionId
        type: string
    type: object
  md.WithdrawApplyReq:
    properties:
      amount:
        description: 金额
        type: string
      kind:
        description: 提现方式(alipay:支付宝 wx:微信)
        type: string
    type: object
  md.WithdrawGetAmountResp:
    properties:
      amount:
        description: 余额
        type: string
    type: object
  pb.SendRedPacketResp:
    properties:
      seq:
        description: 消息序列号
        type: integer
    type: object
host: ddxq.izhim.com
info:
  contact:
    email: 1239118001@qq.com
    name: dengbiao
    url: http://www.swagger.io/support
  description: APP客户端-Api接口
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  termsOfService: http://swagger.io/terms/
  title: 蛋蛋星球-APP客户端
  version: "1.0"
paths:
  /api/v1/addFriend/basalRate:
    get:
      consumes:
      - application/json
      description: 基础速率(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.BasalRateResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-基础速率(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/eggEnergyDetails:
    post:
      consumes:
      - application/json
      description: 蛋蛋能量明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 分页类型必填
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.EggEnergyDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.EggEnergyDetailResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-蛋蛋能量明细(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/eggPointDetails:
    post:
      consumes:
      - application/json
      description: 蛋蛋积分明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 分页类型必填
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.EggPointDetailsReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.EggPointDetailsResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-蛋蛋积分明细(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/myFans:
    get:
      consumes:
      - application/json
      description: 团队加速速率(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.MyFansResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/myFansUserList:
    get:
      consumes:
      - application/json
      description: 在线好友列表(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 每页大小
        in: query
        name: limit
        required: true
        type: integer
      - description: 页数
        in: query
        name: page
        required: true
        type: integer
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.MyFansUserListResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/nineDimensionalSpace:
    get:
      consumes:
      - application/json
      description: 九维空间(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.NineDimensionalSpaceResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-粉丝团队-九维空间(获取)
      tags:
      - 添加好友
  /api/v1/addFriend/totalRate:
    get:
      consumes:
      - application/json
      description: 总速率(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.TotalRateResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-添加好友-总速率(获取)
      tags:
      - 添加好友
  /api/v1/advertising:
    get:
      consumes:
      - application/json
      description: 广告位
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 广告位
      tags:
      - 广告位
  /api/v1/advertising/check:
    post:
      consumes:
      - application/json
      description: 广告位限制
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.AdvertisingReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingCheck'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 广告位限制
      tags:
      - 广告位
  /api/v1/advertising/detail:
    post:
      consumes:
      - application/json
      description: 广告位详情
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.AdvertisingReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingSpace'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 广告位详情
      tags:
      - 广告位
  /api/v1/advertising/state:
    post:
      consumes:
      - application/json
      description: 广告状态 看完之后拿到广告唯一值
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.AdvertisingReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingState'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 广告状态 看完之后拿到广告唯一值
      tags:
      - 广告位
  /api/v1/circleFriends/CommentDelete/{$comment_index_id}:
    delete:
      consumes:
      - application/json
      description: 评论点赞
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-删除评论
      tags:
      - 朋友圈
  /api/v1/circleFriends/CommentLike:
    get:
      consumes:
      - application/json
      description: 评论取消点赞
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 评论文档记录
        in: query
        name: comment_index_id
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-评论取消点赞
      tags:
      - 朋友圈
  /api/v1/circleFriends/cancelLike:
    post:
      consumes:
      - application/json
      description: 取消点赞朋友圈
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.EggFriendCircleCancelLikeReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-取消点赞朋友圈
      tags:
      - 朋友圈
  /api/v1/circleFriends/comment:
    get:
      consumes:
      - application/json
      description: 是否可以评论
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 许可链接
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-评论
      tags:
      - 朋友圈
  /api/v1/circleFriends/commentDetail:
    get:
      consumes:
      - application/json
      description: 评论详情
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 评论文档记录
        in: query
        name: comment_index_id
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-评论详情
      tags:
      - 朋友圈
  /api/v1/circleFriends/commentList:
    post:
      consumes:
      - application/json
      description: 评论列表
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 朋友圈文档记录
        in: query
        name: circle_index_id
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.CommentListReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-评论列表
      tags:
      - 朋友圈
  /api/v1/circleFriends/delete:
    delete:
      consumes:
      - application/json
      description: 删除朋友圈
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.EggFriendCircleDelReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-删除朋友圈
      tags:
      - 朋友圈
  /api/v1/circleFriends/isCanComment:
    get:
      consumes:
      - application/json
      description: 是否可以评论
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-是否可以评论
      tags:
      - 朋友圈
  /api/v1/circleFriends/isCanPublish:
    get:
      consumes:
      - application/json
      description: 是否可以发布朋友圈
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-是否可以发布朋友圈
      tags:
      - 朋友圈
  /api/v1/circleFriends/like:
    post:
      consumes:
      - application/json
      description: 点赞朋友圈
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.EggFriendCircleLikeReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-点赞朋友圈
      tags:
      - 朋友圈
  /api/v1/circleFriends/mySelfList:
    post:
      consumes:
      - application/json
      description: 我的朋友圈列表
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 签名上传url
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.MySelfListReq'
      produces:
      - application/json
      responses:
        "200":
          description: 返回数据
          schema:
            $ref: '#/definitions/friend_circles.MySelfListResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-我的朋友圈列表
      tags:
      - 朋友圈
  /api/v1/circleFriends/publish:
    post:
      consumes:
      - application/json
      description: 发布朋友圈
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.PublishReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-发布朋友圈
      tags:
      - 朋友圈
  /api/v1/circleFriends/recommendList:
    post:
      consumes:
      - application/json
      description: 我的朋友圈列表
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 签名上传url
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.RecommendListReq'
      produces:
      - application/json
      responses:
        "200":
          description: 返回数据
          schema:
            $ref: '#/definitions/friend_circles.RecommendListResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-推荐列表
      tags:
      - 朋友圈
  /api/v1/circleFriends/share:
    post:
      consumes:
      - application/json
      description: 分享后朋友圈分享数(增加)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 请求参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/friend_circles.EggFriendCircleShareReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 朋友圈-分享后朋友圈分享数(增加)
      tags:
      - 朋友圈
  /api/v1/college/cate:
    get:
      consumes:
      - application/json
      description: 蛋蛋学院-分类
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-分类
      tags:
      - 蛋蛋学院
  /api/v1/college/detail:
    post:
      consumes:
      - application/json
      description: 蛋蛋学院-文章详情
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.CollegeDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.CollegeDetailResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-文章详情
      tags:
      - 蛋蛋学院
  /api/v1/college/like/add:
    post:
      consumes:
      - application/json
      description: 蛋蛋学院-文章-点赞
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.CollegeDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-文章-点赞
      tags:
      - 蛋蛋学院
  /api/v1/college/like/cancel:
    post:
      consumes:
      - application/json
      description: 蛋蛋学院-文章-取消点赞
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.CollegeDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-文章-取消点赞
      tags:
      - 蛋蛋学院
  /api/v1/college/list:
    post:
      consumes:
      - application/json
      description: 蛋蛋学院-文章列表
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.CollegeListReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.CollegeListResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-文章列表
      tags:
      - 蛋蛋学院
  /api/v1/college/share/add:
    post:
      consumes:
      - application/json
      description: 蛋蛋学院-文章-分享后调用统计数量
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.CollegeDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋学院-文章-分享后调用统计数量
      tags:
      - 蛋蛋学院
  /api/v1/comm/accessRecords:
    post:
      consumes:
      - application/json
      description: 页面记录
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 页面标识
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/comm.AccessRecordsReq'
      produces:
      - application/json
      responses:
        "200":
          description: data exist
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 通用请求-访问记录-页面记录
      tags:
      - 访问记录
  /api/v1/comm/getOssUrl:
    post:
      consumes:
      - application/json
      description: 上传许可链接(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 签名上传url
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/comm.ImgReqUploadReq'
      produces:
      - application/json
      responses:
        "200":
          description: 许可链接
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 通用请求-对象存储-上传许可链接(获取)
      tags:
      - 对象存储
  /api/v1/config:
    get:
      consumes:
      - application/json
      description: 基本配置
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.ConfigResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 基本配置
      tags:
      - 基本配置
  /api/v1/faceRealName/base:
    get:
      consumes:
      - application/json
      description: 实名认证-分类
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.RealNameAuthBasicData'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 实名认证-基础信息
      tags:
      - 实名认证
  /api/v1/faceRealName/save:
    post:
      consumes:
      - application/json
      description: 实名认证-保存
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.RealNameAuthAddRequest'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.RealNameAuthResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 实名认证-保存
      tags:
      - 实名认证
  /api/v1/faceRealName/state:
    get:
      consumes:
      - application/json
      description: 实名认证-分类
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.RealNameAuthBasicData'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 实名认证-基础信息
      tags:
      - 实名认证
  /api/v1/fastLogin:
    post:
      consumes:
      - application/json
      description: 一键登录
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.FastLoginReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.LoginResponse'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 一键登录
      tags:
      - 登录注册
  /api/v1/findPassword:
    post:
      consumes:
      - application/json
      description: 找回密码
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.FindPasswordReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 找回密码
      tags:
      - 登录注册
  /api/v1/getModuleSetting:
    get:
      consumes:
      - application/json
      description: 页面样式
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 页面名称类型值(1:首页 2:会员中心  3:底部导航 4:邀请下载落地页 5:邀请海报  7:下载渠道   8:贡献值   9:蛋蛋分   10:商务合作   11:资质证书   12:提现页   13:提现到账户
          14实名认证)
        in: query
        name: mod_name_value
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetModuleSettingResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 页面样式
      tags:
      - 页面样式
  /api/v1/guidePage/runningTime:
    get:
      consumes:
      - application/json
      description: 运行时间
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 运行时间
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-引导页-运行时间
      tags:
      - 引导页
  /api/v1/homePage/adRule:
    get:
      consumes:
      - application/json
      description: 视频奖励规则(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.HomePageWatchAdRuleResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-主页-视频奖励规则(获取)
      tags:
      - 主页
  /api/v1/homePage/index:
    get:
      consumes:
      - application/json
      description: 基础信息(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.HomePageResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-主页-基础信息(获取)
      tags:
      - 主页
  /api/v1/homePage/isCanGetRedPackage:
    get:
      consumes:
      - application/json
      description: 是否可以领取红包(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.IsCanGetRedPackageResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-主页-是否领取红包(获取)
      tags:
      - 主页
  /api/v1/homePage/isCanSignIn:
    get:
      consumes:
      - application/json
      description: 是否可以签到(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.IsCanSignInResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-主页-是否能签到(获取)
      tags:
      - 主页
  /api/v1/homePage/realTimePrice:
    get:
      consumes:
      - application/json
      description: 实时数据(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.RealTimePriceResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-主页-实时数据(获取)
      tags:
      - 主页
  /api/v1/im/redPackageDetail:
    get:
      consumes:
      - application/json
      description: 红包详情(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 红包 ID
        in: query
        name: red_package_id
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.RedPackageDetailResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-即时通讯-红包详情(获取)
      tags:
      - 即时通讯
  /api/v1/im/user/grabRedPackage:
    post:
      consumes:
      - application/json
      description: 领取红包
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 领取红包信息
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.GrabRedPackageReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GrabRedPackageResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-即时通讯-领取红包
      tags:
      - 即时通讯
  /api/v1/im/user/sendRedPackage:
    post:
      consumes:
      - application/json
      description: 发送红包
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 发送红包信息
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.SendRedPackageReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.SendRedPackageResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-即时通讯-发送红包
      tags:
      - 即时通讯
  /api/v1/im/user/sendRedPackageDetail:
    post:
      consumes:
      - application/json
      description: 发送红包详情
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 红包的订单 ID
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.SendRedPackageDetailReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.SendRedPackageDetailResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-即时通讯-发送红包详情
      tags:
      - 即时通讯
  /api/v1/inviteCode/userInfo:
    post:
      consumes:
      - application/json
      description: 邀请码获取用户信息
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.InviteCodeUserInfoReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.InviteCodeUserInfoResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 邀请码获取用户信息
      tags:
      - 登录注册
  /api/v1/login:
    post:
      consumes:
      - application/json
      description: 登入
      parameters:
      - description: 用户名密码
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.LoginReq'
      produces:
      - application/json
      responses:
        "200":
          description: token
          schema:
            $ref: '#/definitions/md.LoginResponse'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 登陆
      tags:
      - 登录注册
  /api/v1/memberCenter/bindParent:
    post:
      consumes:
      - application/json
      description: 绑定上级
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.InviteCodeUserInfoReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 绑定上级-要登陆的
      tags:
      - 登录注册
  /api/v1/memberCenter/bindUserInfo:
    post:
      consumes:
      - application/json
      description: 绑定用户信息
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.WechatAccountUserInfoReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 绑定用户信息
      tags:
      - 会员中心
  /api/v1/memberCenter/delete:
    post:
      consumes:
      - application/json
      description: 注销账号操作
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.DeleteUserReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 注销账号操作
      tags:
      - 账号与安全
  /api/v1/memberCenter/delete/info:
    get:
      consumes:
      - application/json
      description: 注销账号信息
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.UserDeleteInfo'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 注销账号信息
      tags:
      - 账号与安全
  /api/v1/memberCenter/getBasic:
    get:
      consumes:
      - application/json
      description: 基础数据(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.MemberCenterGetBasicResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-会员中心-基础数据(获取)
      tags:
      - 会员中心
  /api/v1/memberCenter/inviteUrl:
    get:
      consumes:
      - application/json
      description: 邀请链接
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.InviteUrl'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 邀请链接
      tags:
      - 邀请海报
  /api/v1/memberCenter/parentInfo:
    get:
      consumes:
      - application/json
      description: 导师信息
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.ParentInfo'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 导师信息
      tags:
      - 会员中心
  /api/v1/memberCenter/updatePasscode:
    post:
      consumes:
      - application/json
      description: 修改支付宝密码
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UpdatePasscodeReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 修改支付宝密码
      tags:
      - 账号与安全
  /api/v1/memberCenter/updatePassword:
    post:
      consumes:
      - application/json
      description: 修改密码
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UpdatePasswordReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 修改密码-不要原密码 换成验证码
      tags:
      - 账号与安全
  /api/v1/openApp/start:
    get:
      consumes:
      - application/json
      description: 打开app调用
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 打开app调用
      tags:
      - 基本配置
  /api/v1/playlet/base:
    get:
      consumes:
      - application/json
      description: 短剧-基本信息
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.PlayletBaseData'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 短剧-基本信息
      tags:
      - 短视频
  /api/v1/playlet/reward:
    post:
      consumes:
      - application/json
      description: 短剧-保存
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.PlayletRewardRequest'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 短剧-保存
      tags:
      - 短视频
  /api/v1/playlet/unlockNum:
    post:
      consumes:
      - application/json
      description: 短剧-解锁数量
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.PlayletUnlockRequest'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.PlayletUnlockResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 短剧-解锁数量
      tags:
      - 短视频
  /api/v1/pointsCenter/basic:
    get:
      consumes:
      - application/json
      description: 上部分基础信息(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.PointsCenterGetBasicResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/contributionValue:
    get:
      consumes:
      - application/json
      description: 贡献值(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetContributionValueResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-贡献值(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/contributionValueFlow:
    get:
      consumes:
      - application/json
      description: 贡献值明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 每页大小
        in: query
        name: limit
        required: true
        type: string
      - description: 页数
        in: query
        name: page
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetContributionValueFlowResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-贡献值明细(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/dynamicData:
    get:
      consumes:
      - application/json
      description: 动态数据(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.DynamicDataResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-动态数据(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/energyFlow:
    get:
      consumes:
      - application/json
      description: 收支明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 每页大小
        in: query
        name: limit
        required: true
        type: string
      - description: 页数
        in: query
        name: page
        required: true
        type: string
      - description: 开始时间
        in: query
        name: startAt
        type: string
      - description: 结束时间
        in: query
        name: endAt
        type: string
      - description: 流水方向(1.收入 2.支出 0.全部)
        in: query
        name: direction
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetEggEnergyFlowResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-收支明细(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/exchangeEnergy:
    post:
      consumes:
      - application/json
      description: 能量兑换
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 需要兑换的能量值
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.ExchangeEnergyReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-能量兑换
      tags:
      - 积分中心
  /api/v1/pointsCenter/initialData:
    get:
      consumes:
      - application/json
      description: 初始数据(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.InitialDataResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-初始数据(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/pointsExchangeBasic:
    get:
      consumes:
      - application/json
      description: 积分兑换基础信息(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.PointsExchangeGetBasicResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/priceCurve:
    get:
      consumes:
      - application/json
      description: 价格趋势(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 1:按天 2:按小时 3:按周
        in: query
        name: kind
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetPriceCurveResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-价格趋势(获取)
      tags:
      - 积分中心
  /api/v1/pointsCenter/record:
    get:
      consumes:
      - application/json
      description: 蛋蛋分明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 每页大小
        in: query
        name: limit
        required: true
        type: string
      - description: 页数
        in: query
        name: page
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetEggPointRecordResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
      tags:
      - 积分中心
  /api/v1/register:
    post:
      consumes:
      - application/json
      description: 注册
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.RegisterReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.LoginResponse'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 注册
      tags:
      - 登录注册
  /api/v1/smsSend:
    post:
      consumes:
      - application/json
      description: 发送短信
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.SmsSendReq'
      produces:
      - application/json
      responses:
        "200":
          description: 成功返回
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 发送短信
      tags:
      - 登录注册
  /api/v1/test:
    get:
      consumes:
      - application/json
      description: Demo样例测试
      parameters:
      - description: 任意参数
        in: body
        name: req
        required: true
        schema:
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: 返回任意参数
          schema:
            additionalProperties: true
            type: object
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: Demo测试
      tags:
      - Demo
  /api/v1/userFeedback/cate:
    get:
      consumes:
      - application/json
      description: 意见反馈-分类
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.AdvertisingResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 意见反馈-分类
      tags:
      - 意见反馈
  /api/v1/userFeedback/list:
    post:
      consumes:
      - application/json
      description: 意见反馈-反馈记录
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UserFeedbackListReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.UserFeedbackListResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 意见反馈-反馈记录
      tags:
      - 意见反馈
  /api/v1/userFeedback/record:
    post:
      consumes:
      - application/json
      description: 意见反馈-反馈记录-沟通记录
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UserFeedbackRecordReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.UserFeedbackRecordResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 意见反馈-反馈记录-沟通记录
      tags:
      - 意见反馈
  /api/v1/userFeedback/save:
    post:
      consumes:
      - application/json
      description: 意见反馈-反馈记录-提交
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UserFeedbackSaveReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 意见反馈-反馈记录-提交
      tags:
      - 意见反馈
  /api/v1/userFeedback/say:
    post:
      consumes:
      - application/json
      description: 意见反馈-反馈记录-沟通发送
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.UserFeedbackSayReq'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 意见反馈-反馈记录-沟通发送
      tags:
      - 意见反馈
  /api/v1/userInfo:
    get:
      consumes:
      - application/json
      description: 用户信息
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.UserInfoResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 用户信息
      tags:
      - 用户信息
  /api/v1/version:
    get:
      consumes:
      - application/json
      description: 版本记录
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.VersionResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 版本记录
      tags:
      - 基本配置
  /api/v1/video/base:
    get:
      consumes:
      - application/json
      description: 短视频-基本信息
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.VideoBaseData'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 短视频-基本信息
      tags:
      - 短视频
  /api/v1/video/reward:
    post:
      consumes:
      - application/json
      description: 短视频-领取
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.VideoRewardRequest'
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 短视频-领取
      tags:
      - 短视频
  /api/v1/wallet/amountFlow:
    get:
      consumes:
      - application/json
      description: 余额明细(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 每页大小
        in: query
        name: limit
        required: true
        type: string
      - description: 页数
        in: query
        name: page
        required: true
        type: string
      - description: 开始时间
        in: query
        name: startAt
        type: string
      - description: 结束时间
        in: query
        name: endAt
        type: string
      - description: 流水方向(1.收入 2.支出 0.全部)
        in: query
        name: direction
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetAmountFlowResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-余额明细(获取)
      tags:
      - 钱包
  /api/v1/wallet/withdraw/apply:
    post:
      consumes:
      - application/json
      description: 发起提现
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 具体参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.WithdrawApplyReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-发起提现
      tags:
      - 钱包
  /api/v1/wallet/withdraw/bindAlipay:
    post:
      consumes:
      - application/json
      description: 绑定支付宝
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 具体参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.BindAlipayAccountReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-绑定支付宝
      tags:
      - 钱包
  /api/v1/wallet/withdraw/bindWxPay:
    post:
      consumes:
      - application/json
      description: 绑定微信支付
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      - description: 具体参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.BindWxPayAccountReq'
      produces:
      - application/json
      responses:
        "200":
          description: success
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-绑定微信支付
      tags:
      - 钱包
  /api/v1/wallet/withdraw/condition:
    get:
      consumes:
      - application/json
      description: 提现条件(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.GetWithdrawConditionResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-提现条件(获取)
      tags:
      - 钱包
  /api/v1/wallet/withdraw/index:
    get:
      consumes:
      - application/json
      description: 提现余额(获取)
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: 具体数据
          schema:
            $ref: '#/definitions/md.WithdrawGetAmountResp'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-提现余额(获取)
      tags:
      - 钱包
  /api/v1/wallet/withdraw/launchBindAlipay:
    get:
      consumes:
      - application/json
      description: 发起绑定支付宝获得URL
      parameters:
      - description: 验证参数Bearer和token空格拼接
        in: header
        name: Authorization
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: Url
          schema:
            type: string
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 蛋蛋星球-钱包-发起绑定支付宝获得URL
      tags:
      - 钱包
  /api/v1/wechatLogin:
    post:
      consumes:
      - application/json
      description: 微信登陆
      parameters:
      - description: 注册参数
        in: body
        name: req
        required: true
        schema:
          $ref: '#/definitions/md.WechatLoginReq'
      produces:
      - application/json
      responses:
        "200":
          description: 登录成功返回
          schema:
            $ref: '#/definitions/md.LoginResponse'
        "400":
          description: 具体错误
          schema:
            $ref: '#/definitions/md.Response'
      summary: 微信登陆
      tags:
      - 登录注册
swagger: "2.0"