GET api/WeChatAccountsFans/GetPageFans?Sex={Sex}&GroupId={GroupId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

获取粉丝

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Sex

性别

SexType

None.

GroupId

分组id

string

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取粉丝

PagedOfWeChatAccountsFansMore
NameDescriptionTypeAdditional information
Data

Collection of WeChatAccountsFansMore

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:
<PagedOfWeChatAccountsFansMore9tMK5HWs 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.Model.ModelAggregation">
    <d2p1:WeChatAccountsFansMore>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">3</Id>
      <city xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 10</city>
      <country xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 8</country>
      <groupid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">4</groupid>
      <headimgurl xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 7</headimgurl>
      <language xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 11</language>
      <nickname xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 12</nickname>
      <openid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 13</openid>
      <province xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 9</province>
      <remark xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 5</remark>
      <sex xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">Male</sex>
      <subscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">true</subscribe>
      <subscribe_time xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">2024-04-30T02:01:39.3948028+08:00</subscribe_time>
      <unionid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 6</unionid>
      <d2p1:GroupName>sample string 1</d2p1:GroupName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
    </d2p1:WeChatAccountsFansMore>
    <d2p1:WeChatAccountsFansMore>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">3</Id>
      <city xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 10</city>
      <country xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 8</country>
      <groupid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">4</groupid>
      <headimgurl xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 7</headimgurl>
      <language xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 11</language>
      <nickname xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 12</nickname>
      <openid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 13</openid>
      <province xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 9</province>
      <remark xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 5</remark>
      <sex xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">Male</sex>
      <subscribe xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">true</subscribe>
      <subscribe_time xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">2024-04-30T02:01:39.3948028+08:00</subscribe_time>
      <unionid xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 6</unionid>
      <d2p1:GroupName>sample string 1</d2p1:GroupName>
      <d2p1:UserName>sample string 2</d2p1:UserName>
    </d2p1:WeChatAccountsFansMore>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWeChatAccountsFansMore9tMK5HWs>