GET api/LiveBroadcostVideo/GetMemberPageLiveBroadcostVideos?UserId={UserId}&IsKill={IsKill}&PageSize={PageSize}&Search={Search}&PageID={PageID}

会员中心--搜索视频

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

后端使用,前端无需传

integer

None.

IsKill

AuditStatusType

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--搜索视频

PagedOfVideoListDto
NameDescriptionTypeAdditional information
Data

Collection of VideoListDto

None.

TotalRecord

integer

None.

TotalPage

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:
<PagedOfVideoListDtoO_SWzsTtX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.LiveBroadcost.Service.Dto.Video">
    <d2p1:VideoListDto>
      <d2p1:CategoryId>5</d2p1:CategoryId>
      <d2p1:CategoryName>sample string 19</d2p1:CategoryName>
      <d2p1:CommentNums>27</d2p1:CommentNums>
      <d2p1:CoverFilePath>sample string 2</d2p1:CoverFilePath>
      <d2p1:CreateTime>2024-05-09T13:10:57.8662012+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsHot>true</d2p1:IsHot>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:IsNew>true</d2p1:IsNew>
      <d2p1:IsPay>true</d2p1:IsPay>
      <d2p1:IsRedPacket>true</d2p1:IsRedPacket>
      <d2p1:IsRevert>true</d2p1:IsRevert>
      <d2p1:IsReward>true</d2p1:IsReward>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:IsTuijian>true</d2p1:IsTuijian>
      <d2p1:KillReason>sample string 28</d2p1:KillReason>
      <d2p1:MallCommodityId>23</d2p1:MallCommodityId>
      <d2p1:RedPacketId>22</d2p1:RedPacketId>
      <d2p1:UserHeadPic>sample string 16</d2p1:UserHeadPic>
      <d2p1:UserId>14</d2p1:UserId>
      <d2p1:UserName>sample string 15</d2p1:UserName>
      <d2p1:VideoCollectNum>20</d2p1:VideoCollectNum>
      <d2p1:VideoDesc>sample string 4</d2p1:VideoDesc>
      <d2p1:VideoDuration>6</d2p1:VideoDuration>
      <d2p1:VideoFilePath>sample string 3</d2p1:VideoFilePath>
      <d2p1:VideoPlayNum>8</d2p1:VideoPlayNum>
      <d2p1:X>17.1</d2p1:X>
      <d2p1:Y>18.1</d2p1:Y>
    </d2p1:VideoListDto>
    <d2p1:VideoListDto>
      <d2p1:CategoryId>5</d2p1:CategoryId>
      <d2p1:CategoryName>sample string 19</d2p1:CategoryName>
      <d2p1:CommentNums>27</d2p1:CommentNums>
      <d2p1:CoverFilePath>sample string 2</d2p1:CoverFilePath>
      <d2p1:CreateTime>2024-05-09T13:10:57.8662012+08:00</d2p1:CreateTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsHot>true</d2p1:IsHot>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:IsNew>true</d2p1:IsNew>
      <d2p1:IsPay>true</d2p1:IsPay>
      <d2p1:IsRedPacket>true</d2p1:IsRedPacket>
      <d2p1:IsRevert>true</d2p1:IsRevert>
      <d2p1:IsReward>true</d2p1:IsReward>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:IsTuijian>true</d2p1:IsTuijian>
      <d2p1:KillReason>sample string 28</d2p1:KillReason>
      <d2p1:MallCommodityId>23</d2p1:MallCommodityId>
      <d2p1:RedPacketId>22</d2p1:RedPacketId>
      <d2p1:UserHeadPic>sample string 16</d2p1:UserHeadPic>
      <d2p1:UserId>14</d2p1:UserId>
      <d2p1:UserName>sample string 15</d2p1:UserName>
      <d2p1:VideoCollectNum>20</d2p1:VideoCollectNum>
      <d2p1:VideoDesc>sample string 4</d2p1:VideoDesc>
      <d2p1:VideoDuration>6</d2p1:VideoDuration>
      <d2p1:VideoFilePath>sample string 3</d2p1:VideoFilePath>
      <d2p1:VideoPlayNum>8</d2p1:VideoPlayNum>
      <d2p1:X>17.1</d2p1:X>
      <d2p1:Y>18.1</d2p1:Y>
    </d2p1:VideoListDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfVideoListDtoO_SWzsTtX>