POST api/LoveMatchmaker/AdminUpdateMatchmaker

后台--红娘更新

Request Information

URI Parameters

None.

Body Parameters

红娘信息

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.

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:
<MatchmakerAdminDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Matchmaker">
  <CreateTime>2024-03-29T01:27:39.3102015+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>

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 'MatchmakerAdminDto'.

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/" />