POST api/LovePopMatchmaker/AdminCreatePopMatchmaker

后台--推广红娘创建

Request Information

URI Parameters

None.

Body Parameters

推广红娘信息

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.

Request 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-05-03T02:50:59.8410518+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>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PopMatchmakerAdminDto'.

Response Information

Resource Description

后台--推广红娘创建

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />