Skip to content

Commit 938b932

Browse files
Merge pull request #159 from jdcloud-apigateway/master
add updates
2 parents d74a041 + 9081957 commit 938b932

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Cloudauth/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ Date: 2024-03-12
3636
1.0.12:
3737
Date: 2024-06-18
3838
更新: 增加失联地址识别接口
39+
40+
1.0.13:
41+
Date: 2024-07-16
42+
更新: 新版活体检测

src/data/cloudauth/v1/api-2.json.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
'members' => [
378378
'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ],
379379
'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ],
380+
'video' => [ 'type' => 'string', 'locationName' => 'video', ],
380381
'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ],
381382
'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ],
382383
'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ],
@@ -586,13 +587,15 @@
586587
'name' => [ 'type' => 'string', 'locationName' => 'name', ],
587588
'idcard' => [ 'type' => 'string', 'locationName' => 'idcard', ],
588589
'returnUrl' => [ 'type' => 'string', 'locationName' => 'returnUrl', ],
590+
'actions' => [ 'type' => 'string', 'locationName' => 'actions', ],
589591
],
590592
],
591593
'GetAliveResultNewResultShape' => [
592594
'type' => 'structure',
593595
'members' => [
594596
'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ],
595597
'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ],
598+
'video' => [ 'type' => 'string', 'locationName' => 'video', ],
596599
'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ],
597600
'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ],
598601
'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ],
@@ -874,6 +877,7 @@
874877
'members' => [
875878
'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ],
876879
'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ],
880+
'video' => [ 'type' => 'string', 'locationName' => 'video', ],
877881
'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ],
878882
'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ],
879883
'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ],

0 commit comments

Comments
 (0)