GET api/HouseStatistic/GetFinanceStatistic?monthRange={monthRange}&convertRatio={convertRatio}
财务趋势统计
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| monthRange |
月份范围 |
integer |
Required |
| convertRatio |
积分转换为余额因子 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
财务趋势统计
Collection of FinanceStatisticDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StatisticMonth |
统计月份 |
date |
None. |
| ZuanShiMenDianSumProfit |
钻石门店总收益 |
decimal number |
None. |
| TopFangYuanSumProfit |
置顶房源总收益 |
decimal number |
None. |
| RefreshFangYuanSumProfit |
刷新房源总收益 |
decimal number |
None. |
| TopMenDianSumProfit |
置顶门店总收益 |
decimal number |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfFinanceStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Statistic">
<FinanceStatisticDto>
<RefreshFangYuanSumProfit>4.1</RefreshFangYuanSumProfit>
<StatisticMonth>2025-12-16T16:02:40.9866626+08:00</StatisticMonth>
<TopFangYuanSumProfit>3.1</TopFangYuanSumProfit>
<TopMenDianSumProfit>5.1</TopMenDianSumProfit>
<ZuanShiMenDianSumProfit>2.1</ZuanShiMenDianSumProfit>
</FinanceStatisticDto>
<FinanceStatisticDto>
<RefreshFangYuanSumProfit>4.1</RefreshFangYuanSumProfit>
<StatisticMonth>2025-12-16T16:02:40.9866626+08:00</StatisticMonth>
<TopFangYuanSumProfit>3.1</TopFangYuanSumProfit>
<TopMenDianSumProfit>5.1</TopMenDianSumProfit>
<ZuanShiMenDianSumProfit>2.1</ZuanShiMenDianSumProfit>
</FinanceStatisticDto>
</ArrayOfFinanceStatisticDto>