GET api/LoveMatchmaker/GetAdminPageMatchmakerInfo?PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台-获取红娘分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取红娘分页

PagedOfMatchmakerAdminDto
NameDescriptionTypeAdditional information
Data

Collection of MatchmakerAdminDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfMatchmakerAdminDtowNiSkgQb 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.Love.Service.Dto.Matchmaker">
    <d2p1:MatchmakerAdminDto>
      <d2p1:CreateTime>2024-03-29T23:19:14.6033441+08:00</d2p1:CreateTime>
      <d2p1:DistributionBenefit>1610</d2p1:DistributionBenefit>
      <d2p1:DistributionBenefitYuan>16.1</d2p1:DistributionBenefitYuan>
      <d2p1:Id>2</d2p1:Id>
      <d2p1:IntOrder>12</d2p1:IntOrder>
      <d2p1:IsLock>true</d2p1:IsLock>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Level>Level1</d2p1:Level>
      <d2p1:LevelName>sample string 13</d2p1:LevelName>
      <d2p1:LineSccNum>14</d2p1:LineSccNum>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:Phone>sample string 5</d2p1:Phone>
      <d2p1:Power>Default</d2p1:Power>
      <d2p1:Slogan>sample string 8</d2p1:Slogan>
      <d2p1:UserId>3</d2p1:UserId>
      <d2p1:UserName>sample string 1</d2p1:UserName>
      <d2p1:Weixin>sample string 6</d2p1:Weixin>
      <d2p1:WeixinQRcode>sample string 7</d2p1:WeixinQRcode>
    </d2p1:MatchmakerAdminDto>
    <d2p1:MatchmakerAdminDto>
      <d2p1:CreateTime>2024-03-29T23:19:14.6033441+08:00</d2p1:CreateTime>
      <d2p1:DistributionBenefit>1610</d2p1:DistributionBenefit>
      <d2p1:DistributionBenefitYuan>16.1</d2p1:DistributionBenefitYuan>
      <d2p1:Id>2</d2p1:Id>
      <d2p1:IntOrder>12</d2p1:IntOrder>
      <d2p1:IsLock>true</d2p1:IsLock>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Level>Level1</d2p1:Level>
      <d2p1:LevelName>sample string 13</d2p1:LevelName>
      <d2p1:LineSccNum>14</d2p1:LineSccNum>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:Phone>sample string 5</d2p1:Phone>
      <d2p1:Power>Default</d2p1:Power>
      <d2p1:Slogan>sample string 8</d2p1:Slogan>
      <d2p1:UserId>3</d2p1:UserId>
      <d2p1:UserName>sample string 1</d2p1:UserName>
      <d2p1:Weixin>sample string 6</d2p1:Weixin>
      <d2p1:WeixinQRcode>sample string 7</d2p1:WeixinQRcode>
    </d2p1:MatchmakerAdminDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfMatchmakerAdminDtowNiSkgQb>