- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
人脸ftoken查询消费接口
开发环境
开发环境
POST
/v3/zoloz/authentication/customer/ftoken/query
zoloz.authentication.customer.ftoken
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/v3/zoloz/authentication/customer/ftoken/query' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - 示例 1
{
"age_check_result": "true",
"authimg_base_64": "图片base64 encodeString",
"cert_name": "张三",
"cert_no": "身份证号码",
"face_id": "6458f8361582010447730145389650",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"uid": "2088002842508713",
"uid_tel_pair_list": [
{
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"phone": "13817337490",
"user_id": "2088302193568425"
}
]
}
请求参数
Body 参数application/json
ext_info
object (FaceExtInfo)
可选
max_age
string
可选
示例值:
30
min_age
string
可选
示例值:
10
query_type
string
可选
示例值:
1;2;3等
biz_type
string
可选
示例值:
1
ftoken
string
人脸token
示例值:
fp0593e8d5c136277f13fd5bc36c13a7db7
zim_id
string
可选
示例值:
3b35b4677de2c69bb5bab69a4a5168d62
示例
返回响应
🟢200common response
application/json
Body
age_check_result
string
可选
示例值:
true
authimg_base_64
string
可选
示例值:
图片base64 encodeString
cert_name
string
证件姓名
示例值:
张三
cert_no
string
身份证号码
示例值:
身份证号码
face_id
string
可选
示例值:
6458f8361582010447730145389650
open_id
string
可选
示例值:
074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5
uid
string
支付宝uid
示例值:
2088002842508713
uid_tel_pair_list
array[object (ZhubUidTelPair) {3}]
可选
open_id
string
可选
示例值:
074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5
phone
string
手机号
示例值:
13817337490
user_id
string
支付宝uid
示例值:
2088302193568425
🔴500请求失败
修改于 2023-11-20 07:46:31