GET api/LoveUserActive/GetLoveUserActiveRequireInfo

获取会员是否能够报名

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取会员是否能够报名

LoveUserActiveRequireDto
NameDescriptionTypeAdditional information
LoveUserId

相亲会员id 为0表示非相亲会员

integer

None.

UserId

注册会员id 为0表示非注册会员

integer

None.

UserName

用户名

string

None.

Phone

手机号

string

None.

IsReal

是否实名认证

boolean

None.

IsVip

是否相亲会员vip

boolean

None.

Sex

性别

LoveUserSex

None.

IsLoveMatchmaker

是否服务红娘

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:
<LoveUserActiveRequireDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser">
  <IsLoveMatchmaker>true</IsLoveMatchmaker>
  <IsReal>true</IsReal>
  <IsVip>true</IsVip>
  <LoveUserId>1</LoveUserId>
  <Phone>sample string 4</Phone>
  <Sex>Female</Sex>
  <UserId>2</UserId>
  <UserName>sample string 3</UserName>
</LoveUserActiveRequireDto>