GET api/LovePartner/GetPagedUsers?PartnerId={PartnerId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

会员中心-获取合伙人名下有效会员

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PartnerId

合伙人id

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心-获取合伙人名下有效会员

PartnerUserWithQty2
NameDescriptionTypeAdditional information
PartnerUsers

PagedOfPartnerUserBonusListDto

None.

UserQtys

有效会员

integer

None.

MaleUserQtys

男会员

integer

None.

FemaleUserQtys

女会员

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:
<PartnerUserWithQty2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LovePartner.Service.Dto">
  <FemaleUserQtys>3</FemaleUserQtys>
  <MaleUserQtys>2</MaleUserQtys>
  <PartnerUsers xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
    <d2p1:Data>
      <PartnerUserBonusListDto>
        <Amount>11</Amount>
        <Chrname>sample string 9</Chrname>
        <CreateTime>2025-08-22T19:07:50.0593293+08:00</CreateTime>
        <Id>1</Id>
        <Iskill>TobeAgree</Iskill>
        <LoveUserId>7</LoveUserId>
        <PartnerId>2</PartnerId>
        <PartnerMemberId>3</PartnerMemberId>
        <PopMatcherId>4</PopMatcherId>
        <PopMatcherName>sample string 5</PopMatcherName>
        <RefuseReason>sample string 12</RefuseReason>
        <UserId>6</UserId>
        <chrpic>sample string 10</chrpic>
        <no>sample string 8</no>
        <sex>Female</sex>
      </PartnerUserBonusListDto>
      <PartnerUserBonusListDto>
        <Amount>11</Amount>
        <Chrname>sample string 9</Chrname>
        <CreateTime>2025-08-22T19:07:50.0593293+08:00</CreateTime>
        <Id>1</Id>
        <Iskill>TobeAgree</Iskill>
        <LoveUserId>7</LoveUserId>
        <PartnerId>2</PartnerId>
        <PartnerMemberId>3</PartnerMemberId>
        <PopMatcherId>4</PopMatcherId>
        <PopMatcherName>sample string 5</PopMatcherName>
        <RefuseReason>sample string 12</RefuseReason>
        <UserId>6</UserId>
        <chrpic>sample string 10</chrpic>
        <no>sample string 8</no>
        <sex>Female</sex>
      </PartnerUserBonusListDto>
    </d2p1:Data>
    <d2p1:TotalPage>2</d2p1:TotalPage>
    <d2p1:TotalRecord>1</d2p1:TotalRecord>
  </PartnerUsers>
  <UserQtys>1</UserQtys>
</PartnerUserWithQty2>