GET api/LoveUser/GetSincerityAuthInfo?loveUserId={loveUserId}

前台-获取相亲会员诚信认证信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loveUserId

integer

Required

Body Parameters

None.

Response Information

Resource Description

前台-获取相亲会员诚信认证信息

SincerityAuthDto
NameDescriptionTypeAdditional information
IdCard

身份证号

string

None.

RealName

真实姓名

string

None.

RealNameStatus

实名状态

RealAuditState

None.

CommitmentIsKill

单身承诺状态

AuditStatusType

None.

HouseAuthIsKill

房产认证状态

AuditStatusType

None.

EducationAuthIsKill

学历认证状态

AuditStatusType

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:
<SincerityAuthDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Dto.Auth">
  <CommitmentIsKill>TobeAgree</CommitmentIsKill>
  <EducationAuthIsKill>TobeAgree</EducationAuthIsKill>
  <HouseAuthIsKill>TobeAgree</HouseAuthIsKill>
  <IdCard>sample string 1</IdCard>
  <RealName>sample string 2</RealName>
  <RealNameStatus>No</RealNameStatus>
</SincerityAuthDto>