GET api/LiveBroadcostHomePage/GetHomePageById?id={id}

根据id查询主页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

搜索参数

integer

Required

Body Parameters

None.

Response Information

Resource Description

根据id查询主页

mh163k_LiveBroadcost_HomePages
NameDescriptionTypeAdditional information
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.

BackgroundFile

背景主题图

string

None.

Sex

SexType

None.

CreateTime

date

None.

DataStatus

StatusType

None.

IsKill

审核状态

AuditStatusType

None.

KillReason

未通过原因

string

None.

NewHomePageContent

待审核的主页介绍

string

None.

UserId

会员id 小区创建人

integer

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:
<mh163k_LiveBroadcost_HomePages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LiveBroadcost.Service.Model">
  <UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">14</UserId>
  <Area>sample string 9</Area>
  <BackgroundFile>sample string 10</BackgroundFile>
  <BirthDate>sample string 8</BirthDate>
  <BirthMonth>sample string 7</BirthMonth>
  <BirthYear>sample string 6</BirthYear>
  <CreateTime>2024-05-09T23:48:48.6304053+08:00</CreateTime>
  <DataStatus>Effective</DataStatus>
  <HomePageContent>sample string 2</HomePageContent>
  <Id>1</Id>
  <IsAuth>true</IsAuth>
  <IsKill>TobeAgree</IsKill>
  <KillReason>sample string 12</KillReason>
  <NewHomePageContent>sample string 13</NewHomePageContent>
  <Sex>Male</Sex>
  <WeChat>sample string 4</WeChat>
  <WeChatUrl>sample string 5</WeChatUrl>
</mh163k_LiveBroadcost_HomePages>