GET api/LoveUser/GetMyBlindDate
会员中心--我的相亲
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
会员中心--我的相亲
MyBlindDateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
相亲会员id |
integer |
None. |
| sex |
性别(0女,1男) |
LoveUserSex |
None. |
| userid |
网站会员id |
integer |
None. |
| no |
编号 |
string |
None. |
| chrpic |
头像 |
string |
None. |
| chrtruename |
姓名 |
string |
None. |
| real |
实名认证(1已认证、0未认证、2实名认证待审) |
RealAuditState |
None. |
| status |
相亲状态(1公开交友、2委托红娘、3停止相亲) |
LoveUserStatus |
None. |
| hongniangno |
红娘id |
integer |
None. |
| lineRecordCount |
我的牵线 数量 |
integer |
None. |
| LoveUserVipType | LoveUserVipType |
None. |
|
| userVipType |
会员类型 |
string |
None. |
| userVipDate |
会员类型 过期时间 |
date |
None. |
| matchmakerName |
红娘姓名 |
string |
None. |
| matchmakerWeixin |
红娘微信号 |
string |
None. |
| matchmakerWeixinQRcode |
微信二维码 |
string |
None. |
| matchmakerDataStatus |
红娘状态 |
integer |
None. |
| age |
年龄 |
integer |
None. |
| birthYear |
出生-年 |
string |
None. |
| xueli |
学历 名称 |
string |
None. |
| work |
工作(职业) 名称 |
string |
None. |
| videoCount |
照片+视频数 |
integer |
None. |
| jieshao |
介绍 |
string |
None. |
| FriendRequirements |
交友其他要求,文本描述 |
string |
None. |
| friendzhufangExtend |
住房 ---择偶要求 0不要求 |
integer |
None. |
| friendyuexinExtend |
月薪 ---择偶要求 0不要求 |
integer |
None. |
| friendxueliExtend |
学历 ---择偶要求 |
string |
None. |
| friendheightExtend |
身高 开始 cm ---择偶要求 0不要求 |
integer |
None. |
| friendheightExtend1 |
身高 结束 cm ---择偶要求 0不要求 |
integer |
None. |
| friendchryearStart |
年龄 开始 ---择偶要求 0不要求 |
integer |
None. |
| friendchryearEnd |
年龄 结束 ---择偶要求 0不要求 |
integer |
None. |
| marriage |
婚姻状态 ---择偶要求 |
string |
None. |
| smoke |
吸烟要求 ---择偶要求 0不要求 |
integer |
None. |
| drink |
喝酒要求 ---择偶要求 0不要求 |
integer |
None. |
| friendJobs |
理想职业 ---择偶要求 |
string |
None. |
| hongniangnum |
红娘引荐剩余次数 |
integer |
None. |
| hongniangdate |
红娘引荐过期时间 |
date |
None. |
| commend |
1置顶(推荐)会员 |
LoveUserCommendStatus |
None. |
| commenddate |
推荐结束时间 |
date |
None. |
| state |
资料审核状态(0审核中、1通过、2未通过) |
AuditState |
None. |
| auditPayState |
资料审核支付状态(0未支付、1已支付、2免审核费) |
AuditPayState |
None. |
| auditDesc |
资料审核备注 |
string |
None. |
| friendSeted |
择偶要求 是否填写 |
boolean |
None. |
Response Formats
application/json
text/json
application/xml, text/xml
<MyBlindDateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser.Front"> <FriendRequirements>sample string 19</FriendRequirements> <LoveUserVipType>All</LoveUserVipType> <age>13</age> <auditDesc>sample string 32</auditDesc> <auditPayState>No</auditPayState> <birthYear>sample string 14</birthYear> <chrpic>sample string 4</chrpic> <chrtruename>sample string 5</chrtruename> <commend>No</commend> <commenddate>2025-12-16T16:00:35.1030407+08:00</commenddate> <drink>29</drink> <friendJobs>sample string 30</friendJobs> <friendSeted>true</friendSeted> <friendchryearEnd>26</friendchryearEnd> <friendchryearStart>25</friendchryearStart> <friendheightExtend>23</friendheightExtend> <friendheightExtend1>24</friendheightExtend1> <friendxueliExtend>sample string 22</friendxueliExtend> <friendyuexinExtend>21</friendyuexinExtend> <friendzhufangExtend>20</friendzhufangExtend> <hongniangdate>2025-12-16T16:00:35.1030407+08:00</hongniangdate> <hongniangno>6</hongniangno> <hongniangnum>31</hongniangnum> <id>1</id> <jieshao>sample string 18</jieshao> <lineRecordCount>7</lineRecordCount> <marriage>sample string 27</marriage> <matchmakerDataStatus>12</matchmakerDataStatus> <matchmakerName>sample string 9</matchmakerName> <matchmakerWeixin>sample string 10</matchmakerWeixin> <matchmakerWeixinQRcode>sample string 11</matchmakerWeixinQRcode> <no>sample string 3</no> <real>No</real> <sex>Female</sex> <smoke>28</smoke> <state>DataAuditing</state> <status>Open</status> <userVipDate>2025-12-16T16:00:35.1020699+08:00</userVipDate> <userVipType>sample string 8</userVipType> <userid>2</userid> <videoCount>17</videoCount> <work>sample string 16</work> <xueli>sample string 15</xueli> </MyBlindDateDto>