Skip to content

Commit c51871d

Browse files
committed
Generated 2019-03-07 for Cloudauth.
1 parent 7eb8a2b commit c51871d

File tree

4 files changed

+246
-2
lines changed

4 files changed

+246
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2289 - 2025-7-10
4+
- Generated 2019-03-07 for `Cloudauth`.
5+
6+
37
## 1.8.2288 - 2025-7-9
48
- Generated 2025-04-29 for `WebsiteBuild`.
59

src/Cloudauth/V20190307/CloudauthApiResolver.php

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
* @method ContrastFaceVerify contrastFaceVerify(array $options = [])
1313
* @method CreateAuthKey createAuthKey(array $options = [])
1414
* @method CreateVerifySetting createVerifySetting(array $options = [])
15+
* @method CredentialProductVerifyV2 credentialProductVerifyV2(array $options = [])
1516
* @method CredentialVerify credentialVerify(array $options = [])
17+
* @method CredentialVerifyV2 credentialVerifyV2(array $options = [])
1618
* @method DeepfakeDetect deepfakeDetect(array $options = [])
1719
* @method DeleteFaceVerifyResult deleteFaceVerifyResult(array $options = [])
20+
* @method DescribeCardVerify describeCardVerify(array $options = [])
1821
* @method DescribeDeviceInfo describeDeviceInfo(array $options = [])
1922
* @method DescribeFaceGuardRisk describeFaceGuardRisk(array $options = [])
2023
* @method DescribeFaceVerify describeFaceVerify(array $options = [])
@@ -28,9 +31,12 @@
2831
* @method Id2MetaPeriodVerify id2MetaPeriodVerify(array $options = [])
2932
* @method Id2MetaStandardVerify id2MetaStandardVerify(array $options = [])
3033
* @method Id2MetaVerify id2MetaVerify(array $options = [])
34+
* @method Id2MetaVerifyWithOCR id2MetaVerifyWithOCR(array $options = [])
35+
* @method InitCardVerify initCardVerify(array $options = [])
3136
* @method InitFaceVerify initFaceVerify(array $options = [])
3237
* @method InsertWhiteListSetting insertWhiteListSetting(array $options = [])
3338
* @method LivenessFaceVerify livenessFaceVerify(array $options = [])
39+
* @method Mobile2MetaVerify mobile2MetaVerify(array $options = [])
3440
* @method Mobile3MetaDetailStandardVerify mobile3MetaDetailStandardVerify(array $options = [])
3541
* @method Mobile3MetaDetailVerify mobile3MetaDetailVerify(array $options = [])
3642
* @method Mobile3MetaSimpleStandardVerify mobile3MetaSimpleStandardVerify(array $options = [])
@@ -715,6 +721,36 @@ class CreateVerifySetting extends Rpc
715721
public $scheme = 'http';
716722
}
717723

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+
718754
/**
719755
* @method string getProductCode()
720756
* @method $this withProductCode($value)
@@ -761,6 +797,66 @@ public function withImageContext($value)
761797
}
762798
}
763799

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+
764860
/**
765861
* @method string getFaceBase64()
766862
* @method string getOuterOrderNo()
@@ -797,6 +893,14 @@ class DeleteFaceVerifyResult extends Rpc
797893
{
798894
}
799895

896+
/**
897+
* @method string getCertifyId()
898+
* @method $this withCertifyId($value)
899+
*/
900+
class DescribeCardVerify extends Rpc
901+
{
902+
}
903+
800904
/**
801905
* @method string getUserDeviceId()
802906
* @method $this withUserDeviceId($value)
@@ -1186,6 +1290,94 @@ public function withUserName($value)
11861290
}
11871291
}
11881292

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+
11891381
/**
11901382
* @method string getFaceContrastPicture()
11911383
* @method string getReadImg()
@@ -1530,6 +1722,54 @@ public function withCrop($value)
15301722
}
15311723
}
15321724

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+
15331773
/**
15341774
* @method string getParamType()
15351775
* @method string getMobile()

src/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2288';
19+
const VERSION = '1.8.2289';
2020

2121
/**
2222
* @param Event $event

src/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"endpoint_map":{},"endpoint_regional":"regional","standard":{"cn-beijing":"oceanbasepro.cn-beijing.aliyuncs.com","cn-zhangjiakou":"oceanbasepro.cn-zhangjiakou.aliyuncs.com","cn-hangzhou":"oceanbasepro.cn-hangzhou.aliyuncs.com","cn-shanghai":"oceanbasepro.cn-shanghai.aliyuncs.com","cn-shenzhen":"oceanbasepro.cn-shenzhen.aliyuncs.com","cn-hongkong":"oceanbasepro.cn-hongkong.aliyuncs.com","ap-southeast-1":"oceanbasepro.ap-southeast-1.aliyuncs.com","ap-southeast-5":"oceanbasepro.ap-southeast-5.aliyuncs.com","us-east-1":"oceanbasepro.us-east-1.aliyuncs.com","us-west-1":"oceanbasepro.us-west-1.aliyuncs.com","cn-hangzhou-finance":"oceanbasepro.cn-hangzhou-finance.aliyuncs.com","cn-shanghai-finance-1":"oceanbasepro.cn-shanghai-finance-1.aliyuncs.com","cn-shenzhen-finance-1":"oceanbasepro.cn-shenzhen-finance-1.aliyuncs.com","cn-north-2-gov-1":"oceanbasepro.cn-north-2-gov-1.aliyuncs.com","cn-beijing-finance-1":"oceanbasepro.cn-beijing-finance-1.aliyuncs.com"},"regions":["cn-beijing","cn-zhangjiakou","cn-hangzhou","cn-shanghai","cn-shenzhen","cn-hongkong","ap-southeast-1","ap-southeast-5","us-east-1","us-west-1","cn-hangzhou-finance","cn-shanghai-finance-1","cn-shenzhen-finance-1","cn-north-2-gov-1","cn-beijing-finance-1"],"endpoint_health":{"cn-shenzhen-finance-1":"DomainNotFound"}}
1+
{"endpoint_map":{},"endpoint_regional":"central","standard":{"cn-hangzhou":"cloudauth.aliyuncs.com","ap-northeast-1":"cloudauth.aliyuncs.com","ap-south-1":"cloudauth.aliyuncs.com","ap-southeast-1":"cloudauth.aliyuncs.com","ap-southeast-2":"cloudauth.aliyuncs.com","ap-southeast-3":"cloudauth.aliyuncs.com","ap-southeast-5":"cloudauth.aliyuncs.com","cn-beijing":"cloudauth.aliyuncs.com","cn-chengdu":"cloudauth.aliyuncs.com","cn-hongkong":"cloudauth.aliyuncs.com","cn-huhehaote":"cloudauth.aliyuncs.com","cn-qingdao":"cloudauth.aliyuncs.com","cn-shanghai":"cloudauth.aliyuncs.com","cn-shenzhen":"cloudauth.aliyuncs.com","cn-zhangjiakou":"cloudauth.aliyuncs.com","eu-central-1":"cloudauth.aliyuncs.com","eu-west-1":"cloudauth.aliyuncs.com","me-east-1":"cloudauth.aliyuncs.com","us-east-1":"cloudauth.aliyuncs.com","us-west-1":"cloudauth.aliyuncs.com","cn-hangzhou-finance":"cloudauth.aliyuncs.com","cn-shenzhen-finance-1":"cloudauth.aliyuncs.com","cn-shanghai-finance-1":"cloudauth.aliyuncs.com","cn-north-2-gov-1":"cloudauth.aliyuncs.com"},"regions":["cn-hangzhou","ap-northeast-1","ap-south-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","cn-beijing","cn-chengdu","cn-hongkong","cn-huhehaote","cn-qingdao","cn-shanghai","cn-shenzhen","cn-zhangjiakou","eu-central-1","eu-west-1","me-east-1","us-east-1","us-west-1","cn-hangzhou-finance","cn-shenzhen-finance-1","cn-shanghai-finance-1","cn-north-2-gov-1"],"endpoint_health":[]}

0 commit comments

Comments
 (0)