GET api/WxVotePlayer/GetPagedOtherModulePlayers?DataSrc={DataSrc}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台 - 分页获取其他模块选手

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DataSrc

数据来源 目前只支持: 信息商家(0)/商城好店(18)/招聘公司(5) 房产楼盘(17)/房产小区(19)/房产置业顾问(20) 房产门店(21)/房产中介(22)/相亲会员(8)

EntityAllType

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分页获取其他模块选手

PagedOfWxVotePlayerOtherModuleDto
NameDescriptionTypeAdditional information
Data

Collection of WxVotePlayerOtherModuleDto

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:
<PagedOfWxVotePlayerOtherModuleDtoBeydMWKW 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.WxVote.Service.Dto.Player">
    <d2p1:WxVotePlayerOtherModuleDto>
      <d2p1:CoverPic>sample string 3</d2p1:CoverPic>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:JoinSlogan>sample string 4</d2p1:JoinSlogan>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Phone>sample string 6</d2p1:Phone>
      <d2p1:UserId>5</d2p1:UserId>
      <d2p1:Wechat>sample string 7</d2p1:Wechat>
    </d2p1:WxVotePlayerOtherModuleDto>
    <d2p1:WxVotePlayerOtherModuleDto>
      <d2p1:CoverPic>sample string 3</d2p1:CoverPic>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:JoinSlogan>sample string 4</d2p1:JoinSlogan>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:Phone>sample string 6</d2p1:Phone>
      <d2p1:UserId>5</d2p1:UserId>
      <d2p1:Wechat>sample string 7</d2p1:Wechat>
    </d2p1:WxVotePlayerOtherModuleDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWxVotePlayerOtherModuleDtoBeydMWKW>