POST api/v1/FaceVerify/FaceidLivenessNotify

faceid活体验证接口通知

请求信息(Request)

URI 参数

None.

Body 参数

FaceidNotityArgs
名称描述类型备注
data

string

None.

sign

string

None.

请求格式

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "sign": "sample string 2"
}

application/xml, text/xml

Sample:
<FaceidNotityArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLife.Application.DTOs.Query">
  <data>sample string 1</data>
  <sign>sample string 2</sign>
</FaceidNotityArgs>

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 'FaceidNotityArgs'.

响应信息(Response)

资源描述

string

响应格式

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>