GET api/VisitorCounterConfig/GetConfig

获取配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取配置

mh163k_house_visitor_config
NameDescriptionTypeAdditional information
Id

主键

integer

None.

HouseOpen

房源内容页强制登录

boolean

None.

HouseShowSeconds

房源内容页多少秒强制弹出

integer

None.

LoupanOpen

楼盘内容页强制登录

boolean

None.

LoupanShowSeconds

楼盘内容页多少秒强制弹出

integer

None.

SendMessageHour

某时刻推送访客消息

integer

None.

SendMessageMinute

某分钟推送访客消息

integer

None.

ForceLoginBindPhone

浏览强制绑定手机号

boolean

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:
<mh163k_house_visitor_config xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.VisitorCounter.Service.Model">
  <ForceLoginBindPhone>true</ForceLoginBindPhone>
  <HouseOpen>true</HouseOpen>
  <HouseShowSeconds>3</HouseShowSeconds>
  <Id>1</Id>
  <LoupanOpen>true</LoupanOpen>
  <LoupanShowSeconds>5</LoupanShowSeconds>
  <SendMessageHour>6</SendMessageHour>
  <SendMessageMinute>7</SendMessageMinute>
</mh163k_house_visitor_config>