GET api/LoveConfig/GetDistributionConfigDetail?level={level}
获取服务红娘分销配置详情(依照等级)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| level | LoveDistributionLevel |
Required |
Body Parameters
None.
Response Information
Resource Description
获取服务红娘分销配置详情(依照等级)
LoveDistributionConfigMore| Name | Description | Type | Additional information |
|---|---|---|---|
| ExtraBenefitYuan |
额外奖励(元) |
decimal number |
None. |
| Configs |
配置详情 |
Collection of LoveDistributionConfigDetailMore |
None. |
| MatchmakerNum |
在该级别红娘数量 |
integer |
None. |
| Id |
配置标识 |
integer |
None. |
| Name |
级别名称 |
string |
None. |
| Level |
级别 |
LoveDistributionLevel |
None. |
| MinimunLineRecord |
最少牵线次数 |
integer |
None. |
| MinimumValidLoveUserNum |
自动升级条件,发展有效相亲会员数量>= |
integer |
None. |
| BenefitTransferType |
转账类型 |
LoveDistributionTransferType |
None. |
| ExtraBenefit |
额外奖励(分) |
integer |
None. |
| IsExtensionMatchmakerConfig |
是否推广红娘配置 默认false |
boolean |
None. |
| MaleCommissionPrice |
男性注册奖励(元) |
decimal number |
None. |
| FeMaleCommissionPrice |
女性注册奖励(元) |
decimal number |
None. |
| IsLoveUserConsumeDivide |
推广红娘是否获取会员消费分成配置 默认false |
boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LoveDistributionConfigMore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model.ModelAggregation">
<BenefitTransferType xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">Underline</BenefitTransferType>
<ExtraBenefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">7</ExtraBenefit>
<FeMaleCommissionPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">10</FeMaleCommissionPrice>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">3</Id>
<IsExtensionMatchmakerConfig xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">true</IsExtensionMatchmakerConfig>
<IsLoveUserConsumeDivide xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">true</IsLoveUserConsumeDivide>
<Level xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">Level1</Level>
<MaleCommissionPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">9</MaleCommissionPrice>
<MinimumValidLoveUserNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">6</MinimumValidLoveUserNum>
<MinimunLineRecord xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</MinimunLineRecord>
<Name xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">sample string 4</Name>
<Configs>
<LoveDistributionConfigDetailMore>
<Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">6</Benefit>
<ConfigId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">4</ConfigId>
<FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</FinItemId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">3</Id>
<BenefitYuan>0.06</BenefitYuan>
<FinItemName>sample string 1</FinItemName>
</LoveDistributionConfigDetailMore>
<LoveDistributionConfigDetailMore>
<Benefit xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">6</Benefit>
<ConfigId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">4</ConfigId>
<FinItemId xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">5</FinItemId>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">3</Id>
<BenefitYuan>0.06</BenefitYuan>
<FinItemName>sample string 1</FinItemName>
</LoveDistributionConfigDetailMore>
</Configs>
<ExtraBenefitYuan>0.07</ExtraBenefitYuan>
<MatchmakerNum>2</MatchmakerNum>
</LoveDistributionConfigMore>