123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803 |
- <?php
- namespace AlibabaCloud\Cloudauth\V20200618;
- use AlibabaCloud\Client\Resolver\ApiResolver;
- /**
- * @method ContrastSmartVerify contrastSmartVerify(array $options = [])
- * @method DescribeSmartVerify describeSmartVerify(array $options = [])
- * @method ElementSmartVerify elementSmartVerify(array $options = [])
- * @method InitSmartVerify initSmartVerify(array $options = [])
- * @method VerifyBankElement verifyBankElement(array $options = [])
- */
- class CloudauthApiResolver extends ApiResolver
- {
- }
- class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
- {
- /** @var string */
- public $product = 'Cloudauth';
- /** @var string */
- public $version = '2020-06-18';
- /** @var string */
- public $method = 'POST';
- /** @var string */
- public $serviceCode = 'cloudauth';
- }
- /**
- * @method string getFacePicFile()
- * @method string getIp()
- * @method string getCertName()
- * @method string getFacePicString()
- * @method string getMobile()
- * @method string getUserId()
- * @method string getMode()
- * @method string getCertNo()
- * @method string getOuterOrderNo()
- * @method string getFacePicUrl()
- * @method string getCertType()
- * @method string getSceneId()
- */
- class ContrastSmartVerify extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withFacePicFile($value)
- {
- $this->data['FacePicFile'] = $value;
- $this->options['form_params']['FacePicFile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIp($value)
- {
- $this->data['Ip'] = $value;
- $this->options['form_params']['Ip'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertName($value)
- {
- $this->data['CertName'] = $value;
- $this->options['form_params']['CertName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withFacePicString($value)
- {
- $this->data['FacePicString'] = $value;
- $this->options['form_params']['FacePicString'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMobile($value)
- {
- $this->data['Mobile'] = $value;
- $this->options['form_params']['Mobile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withUserId($value)
- {
- $this->data['UserId'] = $value;
- $this->options['form_params']['UserId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMode($value)
- {
- $this->data['Mode'] = $value;
- $this->options['form_params']['Mode'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertNo($value)
- {
- $this->data['CertNo'] = $value;
- $this->options['form_params']['CertNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOuterOrderNo($value)
- {
- $this->data['OuterOrderNo'] = $value;
- $this->options['form_params']['OuterOrderNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withFacePicUrl($value)
- {
- $this->data['FacePicUrl'] = $value;
- $this->options['form_params']['FacePicUrl'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertType($value)
- {
- $this->data['CertType'] = $value;
- $this->options['form_params']['CertType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withSceneId($value)
- {
- $this->data['SceneId'] = $value;
- $this->options['form_params']['SceneId'] = $value;
- return $this;
- }
- }
- /**
- * @method string getCertifyId()
- * @method string getPictureReturnType()
- * @method string getSceneId()
- */
- class DescribeSmartVerify extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertifyId($value)
- {
- $this->data['CertifyId'] = $value;
- $this->options['form_params']['CertifyId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withPictureReturnType($value)
- {
- $this->data['PictureReturnType'] = $value;
- $this->options['form_params']['PictureReturnType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withSceneId($value)
- {
- $this->data['SceneId'] = $value;
- $this->options['form_params']['SceneId'] = $value;
- return $this;
- }
- }
- /**
- * @method string getCertFile()
- * @method string getCertNationalEmblemUrl()
- * @method string getCertName()
- * @method string getMode()
- * @method string getCertNo()
- * @method string getOuterOrderNo()
- * @method string getCertUrl()
- * @method string getCertType()
- * @method string getSceneId()
- */
- class ElementSmartVerify extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertFile($value)
- {
- $this->data['CertFile'] = $value;
- $this->options['form_params']['CertFile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertNationalEmblemUrl($value)
- {
- $this->data['CertNationalEmblemUrl'] = $value;
- $this->options['form_params']['CertNationalEmblemUrl'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertName($value)
- {
- $this->data['CertName'] = $value;
- $this->options['form_params']['CertName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMode($value)
- {
- $this->data['Mode'] = $value;
- $this->options['form_params']['Mode'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertNo($value)
- {
- $this->data['CertNo'] = $value;
- $this->options['form_params']['CertNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOuterOrderNo($value)
- {
- $this->data['OuterOrderNo'] = $value;
- $this->options['form_params']['OuterOrderNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertUrl($value)
- {
- $this->data['CertUrl'] = $value;
- $this->options['form_params']['CertUrl'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertType($value)
- {
- $this->data['CertType'] = $value;
- $this->options['form_params']['CertType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withSceneId($value)
- {
- $this->data['SceneId'] = $value;
- $this->options['form_params']['SceneId'] = $value;
- return $this;
- }
- }
- /**
- * @method string getIdName()
- * @method string getUserId()
- * @method string getCertifyId()
- * @method string getFacePictureBase64()
- * @method string getMode()
- * @method string getCertNo()
- * @method string getOuterOrderNo()
- * @method string getCertType()
- * @method string getMetaInfo()
- * @method string getOcr()
- * @method string getOssObjectName()
- * @method string getFacePictureUrl()
- * @method string getIp()
- * @method string getCertName()
- * @method string getMobile()
- * @method string getIdNo()
- * @method string getSceneId()
- * @method string getCallbackToken()
- * @method string getOssBucketName()
- * @method string getCallbackUrl()
- */
- class InitSmartVerify extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIdName($value)
- {
- $this->data['IdName'] = $value;
- $this->options['form_params']['IdName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withUserId($value)
- {
- $this->data['UserId'] = $value;
- $this->options['form_params']['UserId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertifyId($value)
- {
- $this->data['CertifyId'] = $value;
- $this->options['form_params']['CertifyId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withFacePictureBase64($value)
- {
- $this->data['FacePictureBase64'] = $value;
- $this->options['form_params']['FacePictureBase64'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMode($value)
- {
- $this->data['Mode'] = $value;
- $this->options['form_params']['Mode'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertNo($value)
- {
- $this->data['CertNo'] = $value;
- $this->options['form_params']['CertNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOuterOrderNo($value)
- {
- $this->data['OuterOrderNo'] = $value;
- $this->options['form_params']['OuterOrderNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertType($value)
- {
- $this->data['CertType'] = $value;
- $this->options['form_params']['CertType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMetaInfo($value)
- {
- $this->data['MetaInfo'] = $value;
- $this->options['form_params']['MetaInfo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOcr($value)
- {
- $this->data['Ocr'] = $value;
- $this->options['form_params']['Ocr'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOssObjectName($value)
- {
- $this->data['OssObjectName'] = $value;
- $this->options['form_params']['OssObjectName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withFacePictureUrl($value)
- {
- $this->data['FacePictureUrl'] = $value;
- $this->options['form_params']['FacePictureUrl'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIp($value)
- {
- $this->data['Ip'] = $value;
- $this->options['form_params']['Ip'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCertName($value)
- {
- $this->data['CertName'] = $value;
- $this->options['form_params']['CertName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMobile($value)
- {
- $this->data['Mobile'] = $value;
- $this->options['form_params']['Mobile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIdNo($value)
- {
- $this->data['IdNo'] = $value;
- $this->options['form_params']['IdNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withSceneId($value)
- {
- $this->data['SceneId'] = $value;
- $this->options['form_params']['SceneId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCallbackToken($value)
- {
- $this->data['CallbackToken'] = $value;
- $this->options['form_params']['CallbackToken'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOssBucketName($value)
- {
- $this->data['OssBucketName'] = $value;
- $this->options['form_params']['OssBucketName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withCallbackUrl($value)
- {
- $this->data['CallbackUrl'] = $value;
- $this->options['form_params']['CallbackUrl'] = $value;
- return $this;
- }
- }
- /**
- * @method string getIdName()
- * @method string getMobile()
- * @method string getBankCardUrl()
- * @method string getIdNo()
- * @method string getBankCardNo()
- * @method string getMode()
- * @method string getOuterOrderNo()
- * @method string getBankCardFile()
- * @method string getSceneId()
- */
- class VerifyBankElement extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIdName($value)
- {
- $this->data['IdName'] = $value;
- $this->options['form_params']['IdName'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMobile($value)
- {
- $this->data['Mobile'] = $value;
- $this->options['form_params']['Mobile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBankCardUrl($value)
- {
- $this->data['BankCardUrl'] = $value;
- $this->options['form_params']['BankCardUrl'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withIdNo($value)
- {
- $this->data['IdNo'] = $value;
- $this->options['form_params']['IdNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBankCardNo($value)
- {
- $this->data['BankCardNo'] = $value;
- $this->options['form_params']['BankCardNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withMode($value)
- {
- $this->data['Mode'] = $value;
- $this->options['form_params']['Mode'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withOuterOrderNo($value)
- {
- $this->data['OuterOrderNo'] = $value;
- $this->options['form_params']['OuterOrderNo'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBankCardFile($value)
- {
- $this->data['BankCardFile'] = $value;
- $this->options['form_params']['BankCardFile'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withSceneId($value)
- {
- $this->data['SceneId'] = $value;
- $this->options['form_params']['SceneId'] = $value;
- return $this;
- }
- }
|