GET api/LoveUser/GetLoveNoSingleUserInfo?loveuserid={loveuserid}

前台--脱单资料会员

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveuserid

相亲会员id

integer

Required

Body Parameters

None.

Response Information

Resource Description

前台--脱单资料会员

LoveUserNoSingleDto
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

ChrPic

string

None.

NoSingleDays

脱单天数

integer

None.

LoveNo

相亲编号

string

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:
<LoveUserNoSingleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser">
  <ChrPic>sample string 3</ChrPic>
  <Id>1</Id>
  <LoveNo>sample string 5</LoveNo>
  <NoSingleDays>4</NoSingleDays>
  <UserId>2</UserId>
</LoveUserNoSingleDto>