GET api/LiveBroadcostHomePage/GetMemberHomePageInfo

会员中心- 获取主页内容

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心- 获取主页内容

HomePageFrontDto
NameDescriptionTypeAdditional information
VideoNum

作品数

integer

None.

VideoPlayNum

视频播放量

integer

None.

RewardNum

打赏数

decimal number

None.

FunsNum

粉丝数

integer

None.

VideoCollectNum

获赞数(收藏数)

integer

None.

RedPacketNum

红包领取金额

decimal number

None.

UserId

用户id

integer

None.

UserName

用户名

string

None.

UserHeadPic

用户头像

string

None.

Id

主页id

integer

None.

HomePageContent

主页简介

string

None.

IsAuth

是否认证

boolean

None.

WeChat

微信号

string

None.

WeChatUrl

微信二维码

string

None.

BirthYear

出生-年

string

None.

BirthMonth

出生-月

string

None.

BirthDate

出生-日

string

None.

Area

地区

string

None.

Sex

SexType

None.

BackgroundFile

背景主题图

string

None.

CreateTime

date

None.

NewHomePageContent

待审核的主页介绍

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<HomePageFrontDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LiveBroadcost.Service.Dto.HomePage">
  <Area>sample string 18</Area>
  <BackgroundFile>sample string 19</BackgroundFile>
  <BirthDate>sample string 17</BirthDate>
  <BirthMonth>sample string 16</BirthMonth>
  <BirthYear>sample string 15</BirthYear>
  <CreateTime>2024-05-09T13:51:33.0070244+08:00</CreateTime>
  <FunsNum>4</FunsNum>
  <HomePageContent>sample string 11</HomePageContent>
  <Id>10</Id>
  <IsAuth>true</IsAuth>
  <NewHomePageContent>sample string 21</NewHomePageContent>
  <RedPacketNum>6</RedPacketNum>
  <RewardNum>3</RewardNum>
  <Sex>Male</Sex>
  <UserHeadPic>sample string 9</UserHeadPic>
  <UserId>7</UserId>
  <UserName>sample string 8</UserName>
  <VideoCollectNum>5</VideoCollectNum>
  <VideoNum>1</VideoNum>
  <VideoPlayNum>2</VideoPlayNum>
  <WeChat>sample string 13</WeChat>
  <WeChatUrl>sample string 14</WeChatUrl>
</HomePageFrontDto>