GET api/LoveUser/GetVerifyResult?verifyToken={verifyToken}

前台--依据验证码获取识别结果

Request Information

URI Parameters

NameDescriptionTypeAdditional information
verifyToken

验证码

string

Required

Body Parameters

None.

Response Information

Resource Description

前台--依据验证码获取识别结果

BaiduResultDtoOfBaiduVerifyResultDto
NameDescriptionTypeAdditional information
success

boolean

None.

result

BaiduVerifyResultDto

None.

log_id

string

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:
<BaiduResultDtoOfBaiduVerifyResultDtoHChyfEFT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Common.Dto.Safrv">
  <log_id>sample string 2</log_id>
  <result>
    <idcard_confirm>
      <idcard_number>sample string 2</idcard_number>
      <name>sample string 1</name>
    </idcard_confirm>
    <idcard_ocr_result>
      <address>sample string 1</address>
      <birthday>sample string 2</birthday>
      <expire_time>sample string 6</expire_time>
      <gender>sample string 4</gender>
      <id_card_number>sample string 3</id_card_number>
      <issue_authority>sample string 7</issue_authority>
      <issue_time>sample string 8</issue_time>
      <nation>sample string 5</nation>
    </idcard_ocr_result>
    <verify_result>
      <liveness_score>1.1</liveness_score>
      <score>2.1</score>
    </verify_result>
  </result>
  <success>true</success>
</BaiduResultDtoOfBaiduVerifyResultDtoHChyfEFT>