POST api/HouseConfig/UpdateAppPageConfig
后台--修改移动端页面配置
Request Information
URI Parameters
None.
Body Parameters
HouseAppPageConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
主键 |
integer |
None. |
| TopNavId |
顶部分类图标导航 |
integer |
None. |
| BtmNavId |
底部分类图标导航 |
integer |
None. |
| IsShowMktLine |
是否显示市场行情 |
boolean |
None. |
| MktLineAdId |
市场行情处广告标识 |
integer |
None. |
| IsShowLoupanTopScroll |
是否显示楼市楼条滚动栏 |
boolean |
None. |
| IsShowSplashScreen |
是否显示弹窗 |
boolean |
None. |
| SplashScreenType |
弹窗内容类型 |
HouseAppSplashScreenType |
None. |
| SplashScreenContentId |
弹窗内容标识 |
integer |
None. |
| IsShowAlliance |
是否显示战略合作信息 |
boolean |
None. |
| AllianceShowType |
战略合作信息显示方式 |
HouseAppAllianceShowType |
None. |
| AllianceInfoCount |
战略合作信息显示数量 |
integer |
None. |
| AllianceContent |
战略合作信息内容(Json string) |
string |
None. |
| PlatformName |
平台名称 |
string |
None. |
| AllianceContentFormated |
战略合作信息内容 |
Collection of HouseAppPageAllianceItemDto |
None. |
| DefaultSearchOption |
默认下拉搜索选项 |
HouseType |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<HouseAppPageConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Config">
<AllianceContent>sample string 11</AllianceContent>
<AllianceContentFormated>
<HouseAppPageAllianceItemDto>
<AllianceType>NewHosue</AllianceType>
<IsVisible>true</IsVisible>
</HouseAppPageAllianceItemDto>
<HouseAppPageAllianceItemDto>
<AllianceType>NewHosue</AllianceType>
<IsVisible>true</IsVisible>
</HouseAppPageAllianceItemDto>
</AllianceContentFormated>
<AllianceInfoCount>10</AllianceInfoCount>
<AllianceShowType>DualLine</AllianceShowType>
<BtmNavId>3</BtmNavId>
<DefaultSearchOption>SecondhandHouse</DefaultSearchOption>
<Id>1</Id>
<IsShowAlliance>true</IsShowAlliance>
<IsShowLoupanTopScroll>true</IsShowLoupanTopScroll>
<IsShowMktLine>true</IsShowMktLine>
<IsShowSplashScreen>true</IsShowSplashScreen>
<MktLineAdId>5</MktLineAdId>
<PlatformName>sample string 12</PlatformName>
<SplashScreenContentId>8</SplashScreenContentId>
<SplashScreenType>Ad</SplashScreenType>
<TopNavId>2</TopNavId>
</HouseAppPageConfigDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
后台--修改移动端页面配置
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />