GET api/LoveMatchmaker/GetFrontAllMatchmakerInfo?top={top}
获取所有红娘信息 包括头像和牵线记录
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| top |
牵线记录条数 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取所有红娘信息 包括头像和牵线记录
Collection of MatchmakerFrontDto| Name | Description | Type | Additional 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:
text/json
Sample:
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>2025-12-16T16:01:22.9370733+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>2025-12-16T16:01:22.9370733+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>2025-12-16T16:01:22.9370733+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>2025-12-16T16:01:22.9370733+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>