POST api/LoveUser/UpdateLoveUserRealStatus

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

Request Information

URI Parameters

None.

Body Parameters

LoveUserRealAuditInfoDto
NameDescriptionTypeAdditional information
chrtruename

姓名

string

None.

sex

性别(0女,1男)

LoveUserSex

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:

Sample not available.

text/json

Sample:

Sample not available.

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">
  <card1>sample string 4</card1>
  <card2>sample string 5</card2>
  <carddate>2024-04-19T08:30:27.5062639+08:00</carddate>
  <chrtel>sample string 2</chrtel>
  <chrtruename>sample string 1</chrtruename>
  <idcard>sample string 3</idcard>
  <real>No</real>
  <realAdoptDate>2024-04-19T08:30:27.5062639+08:00</realAdoptDate>
  <sex>Female</sex>
</LoveUserRealAuditInfoDto>

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