GET api/LoveUser/GetRegUserInfo?loveuserid={loveuserid}&chrname={chrname}

后台--判断会员 是否可以绑定 到相亲会员上

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveuserid

相亲会员id

integer

None.

chrname

网站会员登录名

string

None.

Body Parameters

None.

Response Information

Resource Description

后台--判断会员 是否可以绑定 到相亲会员上

RegUserAndCodeDto
NameDescriptionTypeAdditional information
userid

会员id

integer

None.

chrname

姓名

string

None.

errcode

状态码(0可以绑定、-1会员不存在、-2网站会员已经绑定其他相亲会员)

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<RegUserAndCodeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.User">
  <chrname>sample string 2</chrname>
  <errcode>3</errcode>
  <userid>1</userid>
</RegUserAndCodeDto>