|
12 | 12 | * @method ContrastFaceVerify contrastFaceVerify(array $options = []) |
13 | 13 | * @method CreateAuthKey createAuthKey(array $options = []) |
14 | 14 | * @method CreateVerifySetting createVerifySetting(array $options = []) |
| 15 | + * @method CredentialProductVerifyV2 credentialProductVerifyV2(array $options = []) |
15 | 16 | * @method CredentialVerify credentialVerify(array $options = []) |
| 17 | + * @method CredentialVerifyV2 credentialVerifyV2(array $options = []) |
16 | 18 | * @method DeepfakeDetect deepfakeDetect(array $options = []) |
17 | 19 | * @method DeleteFaceVerifyResult deleteFaceVerifyResult(array $options = []) |
| 20 | + * @method DescribeCardVerify describeCardVerify(array $options = []) |
18 | 21 | * @method DescribeDeviceInfo describeDeviceInfo(array $options = []) |
19 | 22 | * @method DescribeFaceGuardRisk describeFaceGuardRisk(array $options = []) |
20 | 23 | * @method DescribeFaceVerify describeFaceVerify(array $options = []) |
|
28 | 31 | * @method Id2MetaPeriodVerify id2MetaPeriodVerify(array $options = []) |
29 | 32 | * @method Id2MetaStandardVerify id2MetaStandardVerify(array $options = []) |
30 | 33 | * @method Id2MetaVerify id2MetaVerify(array $options = []) |
| 34 | + * @method Id2MetaVerifyWithOCR id2MetaVerifyWithOCR(array $options = []) |
| 35 | + * @method InitCardVerify initCardVerify(array $options = []) |
31 | 36 | * @method InitFaceVerify initFaceVerify(array $options = []) |
32 | 37 | * @method InsertWhiteListSetting insertWhiteListSetting(array $options = []) |
33 | 38 | * @method LivenessFaceVerify livenessFaceVerify(array $options = []) |
| 39 | + * @method Mobile2MetaVerify mobile2MetaVerify(array $options = []) |
34 | 40 | * @method Mobile3MetaDetailStandardVerify mobile3MetaDetailStandardVerify(array $options = []) |
35 | 41 | * @method Mobile3MetaDetailVerify mobile3MetaDetailVerify(array $options = []) |
36 | 42 | * @method Mobile3MetaSimpleStandardVerify mobile3MetaSimpleStandardVerify(array $options = []) |
@@ -715,6 +721,36 @@ class CreateVerifySetting extends Rpc |
715 | 721 | public $scheme = 'http'; |
716 | 722 | } |
717 | 723 |
|
| 724 | +/** |
| 725 | + * @method string getProductCode() |
| 726 | + * @method $this withProductCode($value) |
| 727 | + * @method string getCredType() |
| 728 | + * @method $this withCredType($value) |
| 729 | + * @method string getImageFile() |
| 730 | + * @method string getCredName() |
| 731 | + * @method $this withCredName($value) |
| 732 | + * @method string getMerchantId() |
| 733 | + * @method $this withMerchantId($value) |
| 734 | + * @method string getImageUrl() |
| 735 | + * @method $this withImageUrl($value) |
| 736 | + */ |
| 737 | +class CredentialProductVerifyV2 extends Rpc |
| 738 | +{ |
| 739 | + |
| 740 | + /** |
| 741 | + * @param string $value |
| 742 | + * |
| 743 | + * @return $this |
| 744 | + */ |
| 745 | + public function withImageFile($value) |
| 746 | + { |
| 747 | + $this->data['ImageFile'] = $value; |
| 748 | + $this->options['form_params']['ImageFile'] = $value; |
| 749 | + |
| 750 | + return $this; |
| 751 | + } |
| 752 | +} |
| 753 | + |
718 | 754 | /** |
719 | 755 | * @method string getProductCode() |
720 | 756 | * @method $this withProductCode($value) |
@@ -761,6 +797,66 @@ public function withImageContext($value) |
761 | 797 | } |
762 | 798 | } |
763 | 799 |
|
| 800 | +/** |
| 801 | + * @method string getProductCode() |
| 802 | + * @method $this withProductCode($value) |
| 803 | + * @method string getIsOcr() |
| 804 | + * @method $this withIsOcr($value) |
| 805 | + * @method string getIsCheck() |
| 806 | + * @method $this withIsCheck($value) |
| 807 | + * @method string getImageContext() |
| 808 | + * @method string getCredType() |
| 809 | + * @method $this withCredType($value) |
| 810 | + * @method string getImageFile() |
| 811 | + * @method string getPromptModel() |
| 812 | + * @method $this withPromptModel($value) |
| 813 | + * @method string getIdentifyNum() |
| 814 | + * @method $this withIdentifyNum($value) |
| 815 | + * @method string getCredName() |
| 816 | + * @method $this withCredName($value) |
| 817 | + * @method string getMerchantId() |
| 818 | + * @method $this withMerchantId($value) |
| 819 | + * @method string getMerchantDetail() |
| 820 | + * @method $this withMerchantDetail($value) |
| 821 | + * @method string getImageUrl() |
| 822 | + * @method $this withImageUrl($value) |
| 823 | + * @method string getCertNum() |
| 824 | + * @method $this withCertNum($value) |
| 825 | + * @method string getPrompt() |
| 826 | + * @method $this withPrompt($value) |
| 827 | + * @method string getUserName() |
| 828 | + * @method $this withUserName($value) |
| 829 | + */ |
| 830 | +class CredentialVerifyV2 extends Rpc |
| 831 | +{ |
| 832 | + |
| 833 | + /** |
| 834 | + * @param string $value |
| 835 | + * |
| 836 | + * @return $this |
| 837 | + */ |
| 838 | + public function withImageContext($value) |
| 839 | + { |
| 840 | + $this->data['ImageContext'] = $value; |
| 841 | + $this->options['form_params']['ImageContext'] = $value; |
| 842 | + |
| 843 | + return $this; |
| 844 | + } |
| 845 | + |
| 846 | + /** |
| 847 | + * @param string $value |
| 848 | + * |
| 849 | + * @return $this |
| 850 | + */ |
| 851 | + public function withImageFile($value) |
| 852 | + { |
| 853 | + $this->data['ImageFile'] = $value; |
| 854 | + $this->options['form_params']['ImageFile'] = $value; |
| 855 | + |
| 856 | + return $this; |
| 857 | + } |
| 858 | +} |
| 859 | + |
764 | 860 | /** |
765 | 861 | * @method string getFaceBase64() |
766 | 862 | * @method string getOuterOrderNo() |
@@ -797,6 +893,14 @@ class DeleteFaceVerifyResult extends Rpc |
797 | 893 | { |
798 | 894 | } |
799 | 895 |
|
| 896 | +/** |
| 897 | + * @method string getCertifyId() |
| 898 | + * @method $this withCertifyId($value) |
| 899 | + */ |
| 900 | +class DescribeCardVerify extends Rpc |
| 901 | +{ |
| 902 | +} |
| 903 | + |
800 | 904 | /** |
801 | 905 | * @method string getUserDeviceId() |
802 | 906 | * @method $this withUserDeviceId($value) |
@@ -1186,6 +1290,94 @@ public function withUserName($value) |
1186 | 1290 | } |
1187 | 1291 | } |
1188 | 1292 |
|
| 1293 | +/** |
| 1294 | + * @method string getCertNationalUrl() |
| 1295 | + * @method string getCertFile() |
| 1296 | + * @method string getCertUrl() |
| 1297 | + * @method string getCertNationalFile() |
| 1298 | + */ |
| 1299 | +class Id2MetaVerifyWithOCR extends Rpc |
| 1300 | +{ |
| 1301 | + |
| 1302 | + /** |
| 1303 | + * @param string $value |
| 1304 | + * |
| 1305 | + * @return $this |
| 1306 | + */ |
| 1307 | + public function withCertNationalUrl($value) |
| 1308 | + { |
| 1309 | + $this->data['CertNationalUrl'] = $value; |
| 1310 | + $this->options['form_params']['CertNationalUrl'] = $value; |
| 1311 | + |
| 1312 | + return $this; |
| 1313 | + } |
| 1314 | + |
| 1315 | + /** |
| 1316 | + * @param string $value |
| 1317 | + * |
| 1318 | + * @return $this |
| 1319 | + */ |
| 1320 | + public function withCertFile($value) |
| 1321 | + { |
| 1322 | + $this->data['CertFile'] = $value; |
| 1323 | + $this->options['form_params']['CertFile'] = $value; |
| 1324 | + |
| 1325 | + return $this; |
| 1326 | + } |
| 1327 | + |
| 1328 | + /** |
| 1329 | + * @param string $value |
| 1330 | + * |
| 1331 | + * @return $this |
| 1332 | + */ |
| 1333 | + public function withCertUrl($value) |
| 1334 | + { |
| 1335 | + $this->data['CertUrl'] = $value; |
| 1336 | + $this->options['form_params']['CertUrl'] = $value; |
| 1337 | + |
| 1338 | + return $this; |
| 1339 | + } |
| 1340 | + |
| 1341 | + /** |
| 1342 | + * @param string $value |
| 1343 | + * |
| 1344 | + * @return $this |
| 1345 | + */ |
| 1346 | + public function withCertNationalFile($value) |
| 1347 | + { |
| 1348 | + $this->data['CertNationalFile'] = $value; |
| 1349 | + $this->options['form_params']['CertNationalFile'] = $value; |
| 1350 | + |
| 1351 | + return $this; |
| 1352 | + } |
| 1353 | +} |
| 1354 | + |
| 1355 | +/** |
| 1356 | + * @method string getDocScanMode() |
| 1357 | + * @method $this withDocScanMode($value) |
| 1358 | + * @method string getVerifyMeta() |
| 1359 | + * @method $this withVerifyMeta($value) |
| 1360 | + * @method string getPictureSave() |
| 1361 | + * @method $this withPictureSave($value) |
| 1362 | + * @method string getMerchantBizId() |
| 1363 | + * @method $this withMerchantBizId($value) |
| 1364 | + * @method string getModel() |
| 1365 | + * @method $this withModel($value) |
| 1366 | + * @method string getCardPageNumber() |
| 1367 | + * @method $this withCardPageNumber($value) |
| 1368 | + * @method string getCardType() |
| 1369 | + * @method $this withCardType($value) |
| 1370 | + * @method string getMetaInfo() |
| 1371 | + * @method $this withMetaInfo($value) |
| 1372 | + * @method string getCallbackToken() |
| 1373 | + * @method $this withCallbackToken($value) |
| 1374 | + * @method string getCallbackUrl() |
| 1375 | + * @method $this withCallbackUrl($value) |
| 1376 | + */ |
| 1377 | +class InitCardVerify extends Rpc |
| 1378 | +{ |
| 1379 | +} |
| 1380 | + |
1189 | 1381 | /** |
1190 | 1382 | * @method string getFaceContrastPicture() |
1191 | 1383 | * @method string getReadImg() |
@@ -1530,6 +1722,54 @@ public function withCrop($value) |
1530 | 1722 | } |
1531 | 1723 | } |
1532 | 1724 |
|
| 1725 | +/** |
| 1726 | + * @method string getParamType() |
| 1727 | + * @method string getMobile() |
| 1728 | + * @method string getUserName() |
| 1729 | + */ |
| 1730 | +class Mobile2MetaVerify extends Rpc |
| 1731 | +{ |
| 1732 | + |
| 1733 | + /** |
| 1734 | + * @param string $value |
| 1735 | + * |
| 1736 | + * @return $this |
| 1737 | + */ |
| 1738 | + public function withParamType($value) |
| 1739 | + { |
| 1740 | + $this->data['ParamType'] = $value; |
| 1741 | + $this->options['form_params']['ParamType'] = $value; |
| 1742 | + |
| 1743 | + return $this; |
| 1744 | + } |
| 1745 | + |
| 1746 | + /** |
| 1747 | + * @param string $value |
| 1748 | + * |
| 1749 | + * @return $this |
| 1750 | + */ |
| 1751 | + public function withMobile($value) |
| 1752 | + { |
| 1753 | + $this->data['Mobile'] = $value; |
| 1754 | + $this->options['form_params']['Mobile'] = $value; |
| 1755 | + |
| 1756 | + return $this; |
| 1757 | + } |
| 1758 | + |
| 1759 | + /** |
| 1760 | + * @param string $value |
| 1761 | + * |
| 1762 | + * @return $this |
| 1763 | + */ |
| 1764 | + public function withUserName($value) |
| 1765 | + { |
| 1766 | + $this->data['UserName'] = $value; |
| 1767 | + $this->options['form_params']['UserName'] = $value; |
| 1768 | + |
| 1769 | + return $this; |
| 1770 | + } |
| 1771 | +} |
| 1772 | + |
1533 | 1773 | /** |
1534 | 1774 | * @method string getParamType() |
1535 | 1775 | * @method string getMobile() |
|
0 commit comments