GET api/LoveTheme/GetLoveUserInfoByThemeId?themmId={themmId}

后台--获取某专题下的会员

Request Information

URI Parameters

NameDescriptionTypeAdditional information
themmId

专题id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取某专题下的会员

Collection of LoveThemeLoveUserSimpleDto
NameDescriptionTypeAdditional information
Id

关系id

integer

None.

UserId

integer

None.

ThemeId

专题id

integer

None.

LoveUserId

相亲会员id

integer

None.

IntOrder

排序值

integer

None.

no

编号

string

None.

chrtruename

姓名

string

None.

chrtel

手机号

string

None.

sex

性别(0女,1男)

LoveUserSex

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:
<ArrayOfLoveThemeLoveUserSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LoveTheme.Service.Dto">
  <LoveThemeLoveUserSimpleDto>
    <Id>1</Id>
    <IntOrder>5</IntOrder>
    <LoveUserId>4</LoveUserId>
    <ThemeId>3</ThemeId>
    <UserId>2</UserId>
    <chrtel>sample string 8</chrtel>
    <chrtruename>sample string 7</chrtruename>
    <no>sample string 6</no>
    <sex>Female</sex>
  </LoveThemeLoveUserSimpleDto>
  <LoveThemeLoveUserSimpleDto>
    <Id>1</Id>
    <IntOrder>5</IntOrder>
    <LoveUserId>4</LoveUserId>
    <ThemeId>3</ThemeId>
    <UserId>2</UserId>
    <chrtel>sample string 8</chrtel>
    <chrtruename>sample string 7</chrtruename>
    <no>sample string 6</no>
    <sex>Female</sex>
  </LoveThemeLoveUserSimpleDto>
</ArrayOfLoveThemeLoveUserSimpleDto>