GET api/LoveUser/GetMatchmakerFrontDto?loveUserId={loveUserId}

获取某相亲会员的红娘信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveUserId

相亲会员id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取某相亲会员的红娘信息

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:
<MatchmakerFrontDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Matchmaker">
  <ChrPic>sample string 2</ChrPic>
  <Id>3</Id>
  <LineDtos xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LineRecord">
    <d2p1:LineFrontSimpleDto>
      <d2p1:CompleteTime>2024-05-10T02:22:57.131422+08:00</d2p1:CompleteTime>
      <d2p1:FromLoveUserId>2</d2p1:FromLoveUserId>
      <d2p1:FromLoveUserNo>sample string 4</d2p1:FromLoveUserNo>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MatchmakerId>6</d2p1:MatchmakerId>
      <d2p1:ToLoveUserId>3</d2p1:ToLoveUserId>
      <d2p1:ToLoveUserNo>sample string 5</d2p1:ToLoveUserNo>
    </d2p1:LineFrontSimpleDto>
    <d2p1:LineFrontSimpleDto>
      <d2p1:CompleteTime>2024-05-10T02:22:57.131422+08:00</d2p1:CompleteTime>
      <d2p1:FromLoveUserId>2</d2p1:FromLoveUserId>
      <d2p1:FromLoveUserNo>sample string 4</d2p1:FromLoveUserNo>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MatchmakerId>6</d2p1:MatchmakerId>
      <d2p1:ToLoveUserId>3</d2p1:ToLoveUserId>
      <d2p1:ToLoveUserNo>sample string 5</d2p1:ToLoveUserNo>
    </d2p1: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>