GET api/LoveMatchmaker/GetMatchmakerInfoById?id={id}

获取红娘信息根据id(可供编辑使用)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

红娘id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取红娘信息根据id(可供编辑使用)

MatchmakerAdminDto
NameDescriptionTypeAdditional information
UserName

会员名称

string

None.

Id

自增id

integer

None.

UserId

绑定用户

integer

None.

Name

红娘昵称

string

None.

Phone

手机号

string

None.

Weixin

微信号

string

None.

WeixinQRcode

微信二维码

string

None.

Slogan

服务口号

string

None.

Power

红娘权限 枚举

MatchmakerPowerType

None.

IsLock

是否锁定

boolean

None.

IsShow

是否显示

boolean

None.

CreateTime

创建时间

date

None.

IntOrder

排序值

integer

None.

Level

服务红娘级别

LoveDistributionLevel

None.

LevelName

服务红娘级别名称

string

None.

LineSccNum

累计牵线成功数

integer

None.

DistributionBenefit

累计分成(分)

integer

None.

DistributionBenefitYuan

累计分成(元)

decimal number

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<MatchmakerAdminDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Matchmaker">
  <CreateTime>2024-04-17T01:43:22.4817929+08:00</CreateTime>
  <DistributionBenefit>1610</DistributionBenefit>
  <DistributionBenefitYuan>16.1</DistributionBenefitYuan>
  <Id>2</Id>
  <IntOrder>12</IntOrder>
  <IsLock>true</IsLock>
  <IsShow>true</IsShow>
  <Level>Level1</Level>
  <LevelName>sample string 13</LevelName>
  <LineSccNum>14</LineSccNum>
  <Name>sample string 4</Name>
  <Phone>sample string 5</Phone>
  <Power>Default</Power>
  <Slogan>sample string 8</Slogan>
  <UserId>3</UserId>
  <UserName>sample string 1</UserName>
  <Weixin>sample string 6</Weixin>
  <WeixinQRcode>sample string 7</WeixinQRcode>
</MatchmakerAdminDto>