|
377 | 377 | 'members' => [ |
378 | 378 | 'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ], |
379 | 379 | 'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ], |
| 380 | + 'video' => [ 'type' => 'string', 'locationName' => 'video', ], |
380 | 381 | 'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ], |
381 | 382 | 'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ], |
382 | 383 | 'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ], |
|
586 | 587 | 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
587 | 588 | 'idcard' => [ 'type' => 'string', 'locationName' => 'idcard', ], |
588 | 589 | 'returnUrl' => [ 'type' => 'string', 'locationName' => 'returnUrl', ], |
| 590 | + 'actions' => [ 'type' => 'string', 'locationName' => 'actions', ], |
589 | 591 | ], |
590 | 592 | ], |
591 | 593 | 'GetAliveResultNewResultShape' => [ |
592 | 594 | 'type' => 'structure', |
593 | 595 | 'members' => [ |
594 | 596 | 'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ], |
595 | 597 | 'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ], |
| 598 | + 'video' => [ 'type' => 'string', 'locationName' => 'video', ], |
596 | 599 | 'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ], |
597 | 600 | 'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ], |
598 | 601 | 'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ], |
|
874 | 877 | 'members' => [ |
875 | 878 | 'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ], |
876 | 879 | 'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ], |
| 880 | + 'video' => [ 'type' => 'string', 'locationName' => 'video', ], |
877 | 881 | 'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ], |
878 | 882 | 'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ], |
879 | 883 | 'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ], |
|
0 commit comments