GET api/LoveTheme/GetLoveUserInfoByThemeId?themmId={themmId}
后台--获取某专题下的会员
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| themmId |
专题id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台--获取某专题下的会员
Collection of LoveThemeLoveUserSimpleDto| Name | Description | Type | Additional 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:
text/json
Sample:
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>