GET api/SysConfig/GetRegConfig

获取 注册访问

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取 注册访问

RegConfigDto
NameDescriptionTypeAdditional information
DisallowBrowse

是否开放网站浏览

boolean

None.

DisallowBrowseDesc

关闭浏览提示内容

string

None.

close

是否关闭新用户注册

boolean

None.

closereson

关闭注册原因

string

None.

RegUserType

新用户注册方式

RegUserType

None.

IsPhoneRequired

系统强制会员绑定手机号

boolean

None.

heimingdan

IP限制类型

IpLimitType

None.

ipcontent

IP设置

string

None.

CaptchaAppKey

AppKey

string

None.

Scene

Scene

string

None.

SceneMobile

Scene mobile

string

None.

CaptchaType

人机验证类型

AliCaptchaType

None.

UseCaptcha

是否启用

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<RegConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <CaptchaAppKey>sample string 7</CaptchaAppKey>
  <CaptchaType>All</CaptchaType>
  <DisallowBrowse>true</DisallowBrowse>
  <DisallowBrowseDesc>sample string 2</DisallowBrowseDesc>
  <IsPhoneRequired>true</IsPhoneRequired>
  <RegUserType>Phone</RegUserType>
  <Scene>sample string 8</Scene>
  <SceneMobile>sample string 9</SceneMobile>
  <UseCaptcha>true</UseCaptcha>
  <close>true</close>
  <closereson>sample string 4</closereson>
  <heimingdan>Black</heimingdan>
  <ipcontent>sample string 6</ipcontent>
</RegConfigDto>