GET api/LoveMatchmaker/GetFrontAllMatchmakerInfo?top={top}

获取所有红娘信息 包括头像和牵线记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
top

牵线记录条数

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取所有红娘信息 包括头像和牵线记录

Collection of MatchmakerFrontDto
NameDescriptionTypeAdditional information
UserName

会员名称

string

None.

ChrPic

头像

string

None.

Id

自增id

integer

None.

UserId

绑定用户

integer

None.

Name

红娘昵称

string

None.

Phone

手机号

string

None.

Weixin

微信号

string

None.

WeixinQRcode

微信二维码

string

None.

Slogan

服务口号

string

None.

LineDtos

该红娘的牵线记录

Collection of LineFrontSimpleDto

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:
<ArrayOfMatchmakerFrontDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Matchmaker">
  <MatchmakerFrontDto>
    <ChrPic>sample string 2</ChrPic>
    <Id>3</Id>
    <LineDtos xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LineRecord">
      <d3p1:LineFrontSimpleDto>
        <d3p1:CompleteTime>2024-04-30T02:45:30.2385056+08:00</d3p1:CompleteTime>
        <d3p1:FromLoveUserId>2</d3p1:FromLoveUserId>
        <d3p1:FromLoveUserNo>sample string 4</d3p1:FromLoveUserNo>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:MatchmakerId>6</d3p1:MatchmakerId>
        <d3p1:ToLoveUserId>3</d3p1:ToLoveUserId>
        <d3p1:ToLoveUserNo>sample string 5</d3p1:ToLoveUserNo>
      </d3p1:LineFrontSimpleDto>
      <d3p1:LineFrontSimpleDto>
        <d3p1:CompleteTime>2024-04-30T02:45:30.2385056+08:00</d3p1:CompleteTime>
        <d3p1:FromLoveUserId>2</d3p1:FromLoveUserId>
        <d3p1:FromLoveUserNo>sample string 4</d3p1:FromLoveUserNo>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:MatchmakerId>6</d3p1:MatchmakerId>
        <d3p1:ToLoveUserId>3</d3p1:ToLoveUserId>
        <d3p1:ToLoveUserNo>sample string 5</d3p1:ToLoveUserNo>
      </d3p1:LineFrontSimpleDto>
    </LineDtos>
    <Name>sample string 5</Name>
    <Phone>sample string 6</Phone>
    <Slogan>sample string 9</Slogan>
    <UserId>4</UserId>
    <UserName>sample string 1</UserName>
    <Weixin>sample string 7</Weixin>
    <WeixinQRcode>sample string 8</WeixinQRcode>
  </MatchmakerFrontDto>
  <MatchmakerFrontDto>
    <ChrPic>sample string 2</ChrPic>
    <Id>3</Id>
    <LineDtos xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LineRecord">
      <d3p1:LineFrontSimpleDto>
        <d3p1:CompleteTime>2024-04-30T02:45:30.2385056+08:00</d3p1:CompleteTime>
        <d3p1:FromLoveUserId>2</d3p1:FromLoveUserId>
        <d3p1:FromLoveUserNo>sample string 4</d3p1:FromLoveUserNo>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:MatchmakerId>6</d3p1:MatchmakerId>
        <d3p1:ToLoveUserId>3</d3p1:ToLoveUserId>
        <d3p1:ToLoveUserNo>sample string 5</d3p1:ToLoveUserNo>
      </d3p1:LineFrontSimpleDto>
      <d3p1:LineFrontSimpleDto>
        <d3p1:CompleteTime>2024-04-30T02:45:30.2385056+08:00</d3p1:CompleteTime>
        <d3p1:FromLoveUserId>2</d3p1:FromLoveUserId>
        <d3p1:FromLoveUserNo>sample string 4</d3p1:FromLoveUserNo>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:MatchmakerId>6</d3p1:MatchmakerId>
        <d3p1:ToLoveUserId>3</d3p1:ToLoveUserId>
        <d3p1:ToLoveUserNo>sample string 5</d3p1:ToLoveUserNo>
      </d3p1:LineFrontSimpleDto>
    </LineDtos>
    <Name>sample string 5</Name>
    <Phone>sample string 6</Phone>
    <Slogan>sample string 9</Slogan>
    <UserId>4</UserId>
    <UserName>sample string 1</UserName>
    <Weixin>sample string 7</Weixin>
    <WeixinQRcode>sample string 8</WeixinQRcode>
  </MatchmakerFrontDto>
</ArrayOfMatchmakerFrontDto>