POST api/LoveUser/ChangeLoveUserBasicInfo

会员中心--更新基本资料

Request Information

URI Parameters

None.

Body Parameters

LoveUserBasicInfoDto
NameDescriptionTypeAdditional information
chrpic

头像

string

None.

chrtruename

姓名

string

None.

sex

性别(0女,1男)

LoveUserSex

None.

chrtel

手机号

string

None.

weixin

微信号

string

None.

birthYear

出生-年

string

None.

birthMonth

出生-月

string

None.

birthDate

出生-日

string

None.

shuxiang

属相

string

None.

constellation

星座

string

None.

jiguanProvince

籍贯 省份编码

integer

None.

jiguanCity

籍贯 城市编码

integer

None.

jiguanCounty

籍贯 区县编码

integer

None.

workProvince

工作地 省份编码

integer

None.

workCity

工作地 城市编码

integer

None.

workCounty

工作地 区县编码

integer

None.

height1

身高cm

decimal number

None.

weight

体重kg

decimal number

None.

ganqingExtend

感情(婚姻情况)

integer

None.

workExtend

职业(编码)

integer

None.

xueliExtend

学历(编码)

integer

None.

yuexinExtend

收入

integer

None.

hejiu

喝酒

DrinkStatus

None.

xiyan

吸烟

SmokeStatus

None.

goucheExtend

购车

integer

None.

zhufangExtend

住房

integer

None.

state

审核状态

AuditState

None.

AuditStateTime

date

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LoveUserBasicInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser.Front">
  <AuditStateTime>2024-04-20T07:44:47.3749677+08:00</AuditStateTime>
  <birthDate>sample string 7</birthDate>
  <birthMonth>sample string 6</birthMonth>
  <birthYear>sample string 5</birthYear>
  <chrpic>sample string 1</chrpic>
  <chrtel>sample string 3</chrtel>
  <chrtruename>sample string 2</chrtruename>
  <constellation>sample string 9</constellation>
  <ganqingExtend>18</ganqingExtend>
  <goucheExtend>22</goucheExtend>
  <height1>16.1</height1>
  <hejiu>Default</hejiu>
  <jiguanCity>11</jiguanCity>
  <jiguanCounty>12</jiguanCounty>
  <jiguanProvince>10</jiguanProvince>
  <sex>Female</sex>
  <shuxiang>sample string 8</shuxiang>
  <state>DataAuditing</state>
  <weight>17.1</weight>
  <weixin>sample string 4</weixin>
  <workCity>14</workCity>
  <workCounty>15</workCounty>
  <workExtend>19</workExtend>
  <workProvince>13</workProvince>
  <xiyan>Default</xiyan>
  <xueliExtend>20</xueliExtend>
  <yuexinExtend>21</yuexinExtend>
  <zhufangExtend>23</zhufangExtend>
</LoveUserBasicInfoDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

会员中心--更新基本资料

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />