feat(wxapi): 新增人脸核身相关接口

This commit is contained in:
Fu Diwei
2023-05-09 22:42:26 +08:00
parent b8b1d2aec4
commit 5d7f027daf
12 changed files with 234 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"identify_ret": 0,
"identify_time": 1486350357,
"validate_data": "8593"
}

View File

@@ -0,0 +1,4 @@
{
"name": "张三",
"id_card_number": "452344xxxxxxxxxxxxx234"
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"user_id_key": "id_key_xxxx",
"expires_in": 3600
}