GET api/User/CheckRegUser?chrName={chrName}

查询用户资料是否已经有注册,chrname:用户名,邮箱或手机号

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chrName

string

Required

Body Parameters

None.

Response Information

Resource Description

查询用户资料是否已经有注册,chrname:用户名,邮箱或手机号

boolean

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>