个人人脸核验查询
POST
/open/psnCert/faceResult
V1.4.0
请求参数
Body 参数application/json
serviceId
string | null
服务流程Id
businessCode
string | null
业务码,自定义业务标识
示例
{
"serviceId": "string",
"businessCode": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'api.pre-qiandun365.com/api/open/psnCert/faceResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceId": "string",
"businessCode": "string"
}'
返回响应
🟢200成功
application/json
Body
result
object
必需
flowNo
string
认证流水号
verifyStatus
string
必需
serviceId
string
本次服务流程Id
code
string
必需
msg
string
必需
logKey
string
必需
ts
string
必需
success
boolean
必需
示例
{
"result": {
"subFlowId": "",
"faceUrl": ""
},
"code": "200",
"msg": "成功",
"logKey": "56faf695",
"ts": "1731665282313",
"success": true
}