POST api/LoveTheme/UpdateThemeSearch
后台--更新相亲专题搜索条件
Request Information
URI Parameters
None.
Body Parameters
LoverThemeFrontSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
专题id |
integer |
None. |
| LoveUserStatus |
相亲状态 |
LoveUserStatus |
None. |
| CreateType |
注册时间 默认不限 |
LoveUserCreateType |
None. |
| sex |
性别(0女,1男) (全部 -1) |
LoveUserSex |
None. |
| real |
实名认证(1已认证、0未认证) (全部 -1) |
RealAuditState |
None. |
| UserVipType |
会员类型(1普通会员、2金卡会员、3银卡会员、4钻石会员) |
LoveUserVipType |
None. |
| heightStart |
身高 开始(数值、cm) 默认0 |
integer |
None. |
| heightEnd |
身高 结束(数值、cm) 默认0 |
integer |
None. |
| YearStrat |
开始年 |
integer |
None. |
| MonthStrat |
开始月 |
integer |
None. |
| DayStrat |
开始日 |
integer |
None. |
| YearEnd |
结束年 |
integer |
None. |
| MonthEnd |
结束月 |
integer |
None. |
| DayEnd |
结束日 |
integer |
None. |
| marriage |
婚姻状况 逗号分割 |
string |
None. |
| xueli |
学历 逗号分割 |
string |
None. |
| work |
工作 逗号分割 |
string |
None. |
| yuexin |
月薪 逗号分割 |
string |
None. |
| chezi |
车子 逗号分割 |
string |
None. |
| fangzi |
房子 逗号分割 |
string |
None. |
| xingge |
性格 逗号分割 |
string |
None. |
| xingqu |
兴趣 逗号分割 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LoverThemeFrontSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LoverTheme.Service.Dto"> <CreateType>All</CreateType> <DayEnd>9</DayEnd> <DayStrat>6</DayStrat> <Id>1</Id> <LoveUserStatus>Open</LoveUserStatus> <MonthEnd>8</MonthEnd> <MonthStrat>5</MonthStrat> <UserVipType>All</UserVipType> <YearEnd>7</YearEnd> <YearStrat>4</YearStrat> <chezi>sample string 14</chezi> <fangzi>sample string 15</fangzi> <heightEnd>3</heightEnd> <heightStart>2</heightStart> <marriage>sample string 10</marriage> <real>No</real> <sex>Female</sex> <work>sample string 12</work> <xingge>sample string 16</xingge> <xingqu>sample string 17</xingqu> <xueli>sample string 11</xueli> <yuexin>sample string 13</yuexin> </LoverThemeFrontSearchDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
后台--更新相亲专题搜索条件
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />