GET api/LoveMatchmaker/GetMemberMatchmakerInfo
获取红娘
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取红娘
MatchmakerMemberDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增id |
integer |
None. |
| Name |
红娘昵称 |
string |
None. |
| Slogan |
服务口号 |
string |
None. |
| Power |
红娘权限 枚举 |
MatchmakerPowerType |
None. |
| IsLock |
是否锁定 |
boolean |
None. |
| IsShow |
是否显示 |
boolean |
None. |
| SpecialTeamUserNums |
专属服务会员数 |
integer |
None. |
| UserId |
绑定会员 |
integer |
None. |
| LastTime |
最后登录时间 |
date |
None. |
| IntOrder |
排序值 |
integer |
None. |
| Level |
服务红娘级别 |
LoveDistributionLevel |
None. |
| LevelName |
红娘级别名称 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<MatchmakerMemberDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Matchmaker"> <Id>1</Id> <IntOrder>8</IntOrder> <IsLock>true</IsLock> <IsShow>true</IsShow> <LastTime>2025-12-15T14:53:08.2815789+08:00</LastTime> <Level>Level1</Level> <LevelName>sample string 9</LevelName> <Name>sample string 2</Name> <Power>Default</Power> <Slogan>sample string 3</Slogan> <SpecialTeamUserNums>6</SpecialTeamUserNums> <UserId>7</UserId> </MatchmakerMemberDto>