GET api/LovePopMatchmaker/GetAdminPopMatchmaker?id={id}

后台--获取推广红娘 根据id 编辑使用,无推广明细

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

推广红娘ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取推广红娘 根据id 编辑使用,无推广明细

PopMatchmakerAdminDto
NameDescriptionTypeAdditional information
UserName

会员名称

string

None.

Id

自增id

integer

None.

UserId

绑定用户

integer

None.

Name

红娘昵称

string

None.

MaleCommissionPrice

注册成功男会员提成 从配置取

decimal number

None.

FeMaleCommissionPrice

注册成功女会员提成 从配置取

decimal number

None.

Level

推广红娘级别

LoveDistributionLevel

None.

LevelName

推广红娘级别名称

string

None.

CreateTime

创建时间

date

None.

ExtensionCount

推广总数

integer

None.

GetCommissionNum

获取提成总人数

integer

None.

GetCommissionMaleNum

获取提成男性会员人数

integer

None.

GetCommissionFemaleNum

获取提成女性会员人数

integer

None.

TobeAgreeNum

推广相亲会员待审核人数

integer

None.

RefuseNum

推广相亲会员未通过人数

integer

None.

CountCommission

累计提成

decimal number

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:
<PopMatchmakerAdminDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.PopMatchmaker">
  <CountCommission>15.1</CountCommission>
  <CreateTime>2024-04-30T02:42:19.5197913+08:00</CreateTime>
  <ExtensionCount>9</ExtensionCount>
  <FeMaleCommissionPrice>6</FeMaleCommissionPrice>
  <GetCommissionFemaleNum>12</GetCommissionFemaleNum>
  <GetCommissionMaleNum>11</GetCommissionMaleNum>
  <GetCommissionNum>10</GetCommissionNum>
  <Id>2</Id>
  <Level>Level1</Level>
  <LevelName>sample string 7</LevelName>
  <MaleCommissionPrice>5</MaleCommissionPrice>
  <Name>sample string 4</Name>
  <RefuseNum>14</RefuseNum>
  <TobeAgreeNum>13</TobeAgreeNum>
  <UserId>3</UserId>
  <UserName>sample string 1</UserName>
</PopMatchmakerAdminDto>