POST api/LoveUser/UpdateLoveUserRealStatus

会员中心--提交实名认证

Request Information

URI Parameters

None.

Body Parameters

LoveUserRealAuditInfoDto
NameDescriptionTypeAdditional information
Id

Id

integer

None.

chrtruename

姓名

string

None.

sex

性别(0女,1男)

LoveUserSex

None.

No

相亲编号

string

None.

chrtel

手机号

string

None.

idcard

身份证号

string

None.

card1

身份证正面照

string

None.

card2

身份证反面照

string

None.

real

实名认证状态(1已认证、0未认证、2实名认证待审)

RealAuditState

None.

realAdoptDate

认证通过时间

date

None.

carddate

认证提交时间

date

None.

Request 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:
<LoveUserRealAuditInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.LoveUser.Front">
  <Id>1</Id>
  <No>sample string 3</No>
  <card1>sample string 6</card1>
  <card2>sample string 7</card2>
  <carddate>2024-04-30T02:13:34.6292476+08:00</carddate>
  <chrtel>sample string 4</chrtel>
  <chrtruename>sample string 2</chrtruename>
  <idcard>sample string 5</idcard>
  <real>No</real>
  <realAdoptDate>2024-04-30T02:13:34.6292476+08:00</realAdoptDate>
  <sex>Female</sex>
</LoveUserRealAuditInfoDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoveUserRealAuditInfoDto'.

Response Information

Resource Description

会员中心--提交实名认证

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />