GET api/LiveBroadcostVideo/GetPagedOtherModuleVideos?DataSrc={DataSrc}&PageSize={PageSize}&Search={Search}&PageID={PageID}
后台 - 搜索其他模块带视频信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DataSrc |
数据来源 目前只支持: 信息一般信息(1)/信息商家(0)/文章(16)/商城商品(23)/商城好店(18)/ 房产楼盘(17)/房产二手房(24)/房产出租房(25)/房产商铺(26)/相亲会员(8) |
EntityAllType |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 搜索其他模块带视频信息
PagedOfLiveBroadcostVideoResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of LiveBroadcostVideoResultDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfLiveBroadcostVideoResultDtoOi4vdCb2 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.Common.Service.Dto.LiveBroadcost">
<d2p1:LiveBroadcostVideoResultDto>
<d2p1:CoverFilePath>sample string 7</d2p1:CoverFilePath>
<d2p1:EntityId>2</d2p1:EntityId>
<d2p1:EntityTitle>sample string 3</d2p1:EntityTitle>
<d2p1:EntityType>Custom</d2p1:EntityType>
<d2p1:High>11</d2p1:High>
<d2p1:UserId>4</d2p1:UserId>
<d2p1:VideoDuration>9</d2p1:VideoDuration>
<d2p1:VideoFilePath>sample string 8</d2p1:VideoFilePath>
<d2p1:VideoId>1</d2p1:VideoId>
<d2p1:Width>10</d2p1:Width>
<d2p1:X>5.1</d2p1:X>
<d2p1:Y>6.1</d2p1:Y>
</d2p1:LiveBroadcostVideoResultDto>
<d2p1:LiveBroadcostVideoResultDto>
<d2p1:CoverFilePath>sample string 7</d2p1:CoverFilePath>
<d2p1:EntityId>2</d2p1:EntityId>
<d2p1:EntityTitle>sample string 3</d2p1:EntityTitle>
<d2p1:EntityType>Custom</d2p1:EntityType>
<d2p1:High>11</d2p1:High>
<d2p1:UserId>4</d2p1:UserId>
<d2p1:VideoDuration>9</d2p1:VideoDuration>
<d2p1:VideoFilePath>sample string 8</d2p1:VideoFilePath>
<d2p1:VideoId>1</d2p1:VideoId>
<d2p1:Width>10</d2p1:Width>
<d2p1:X>5.1</d2p1:X>
<d2p1:Y>6.1</d2p1:Y>
</d2p1:LiveBroadcostVideoResultDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfLiveBroadcostVideoResultDtoOi4vdCb2>