tencentcloud-sdk-ess 3.0.803 → 3.0.804
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +126 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce525c394e999cec56e763ba78531c91e0b4880a
|
4
|
+
data.tar.gz: 01206bb2d62b3265b5b02c8c5443ce94284ae288
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9324ac6d633c78fa84dea811f8d7b3e5c9bae9488f376070990b63197bd761a019b728cf87294353e51c2dd1d46d9800a8a221456f510f9139120a72072e9e5
|
7
|
+
data.tar.gz: c882dab8bcdd4dba785634144b1cbae5ae6f8944222cc36cf8cf5a95d0fe7161e5cdfc6aa43febc258e5ddeee68b9151e71b83f0aa15ae54e56249c8d63e53d0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.804
|
data/lib/v20201111/models.rb
CHANGED
@@ -3693,27 +3693,150 @@ module TencentCloud
|
|
3693
3693
|
|
3694
3694
|
# CreateOrganizationAuthUrl请求参数结构体
|
3695
3695
|
class CreateOrganizationAuthUrlRequest < TencentCloud::Common::AbstractModel
|
3696
|
+
# @param Operator: 操作人信息
|
3697
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3698
|
+
# @param AuthorizationTypes: 指定授权方式 支持多选:
|
3699
|
+
# 1-上传授权书方式
|
3700
|
+
# 2- 法人授权方式
|
3701
|
+
# 3- 法人身份认证方式
|
3702
|
+
# @type AuthorizationTypes: Array
|
3703
|
+
# @param OrganizationName: 企业名称
|
3704
|
+
# EndPointType=“H5”或者"SHORT_H5"时,该参数必填
|
3705
|
+
# @type OrganizationName: String
|
3706
|
+
# @param UniformSocialCreditCode: 企业统一社会信用代码
|
3707
|
+
# @type UniformSocialCreditCode: String
|
3708
|
+
# @param LegalName: 法人姓名
|
3709
|
+
# @type LegalName: String
|
3710
|
+
# @param AutoJumpUrl: 认证完成跳转链接
|
3711
|
+
# @type AutoJumpUrl: String
|
3712
|
+
# @param OrganizationAddress: 营业执照企业地址
|
3713
|
+
# 示例:xx省xx市xx县/区xx街道
|
3714
|
+
# @type OrganizationAddress: String
|
3715
|
+
# @param AdminName: 认证人姓名
|
3716
|
+
# @type AdminName: String
|
3717
|
+
# @param AdminMobile: 认证人手机号
|
3718
|
+
# @type AdminMobile: String
|
3719
|
+
# @param AdminIdCardNumber: 认证人身份证号
|
3720
|
+
# @type AdminIdCardNumber: String
|
3721
|
+
# @param AdminIdCardType: 认证人证件类型
|
3722
|
+
# 支持以下类型
|
3723
|
+
# <ul><li>ID_CARD : 居民身份证 (默认值)</li>
|
3724
|
+
# <li>HONGKONG_AND_MACAO : 港澳居民来往内地通行证</li>
|
3725
|
+
# <li>HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)</li></ul>
|
3726
|
+
# @type AdminIdCardType: String
|
3727
|
+
# @param UniformSocialCreditCodeSame: 营业执照的社会信用代码保持一致
|
3728
|
+
# false 关闭-默认
|
3729
|
+
# true 开启
|
3730
|
+
# @type UniformSocialCreditCodeSame: Boolean
|
3731
|
+
# @param LegalNameSame: 法人姓名保持一致
|
3732
|
+
# false 关闭-默认
|
3733
|
+
# true 开启
|
3734
|
+
# @type LegalNameSame: Boolean
|
3735
|
+
# @param AdminNameSame: 认证人姓名一致
|
3736
|
+
# false 关闭-默认
|
3737
|
+
# true 开启
|
3738
|
+
# 注意:
|
3739
|
+
# 开启后在认证过程前会校验拦截
|
3740
|
+
# @type AdminNameSame: Boolean
|
3741
|
+
# @param AdminIdCardNumberSame: 认证人居民身份证件号一致
|
3742
|
+
# false 关闭-默认
|
3743
|
+
# true 开启
|
3744
|
+
# 注意:
|
3745
|
+
# 开启后在认证过程前会校验拦截
|
3746
|
+
# @type AdminIdCardNumberSame: Boolean
|
3747
|
+
# @param AdminMobileSame: 认证人手机号一致
|
3748
|
+
# false 关闭-默认
|
3749
|
+
# true 开启
|
3750
|
+
# 注意:
|
3751
|
+
# 开启后在认证过程前会校验拦截
|
3752
|
+
# @type AdminMobileSame: Boolean
|
3753
|
+
# @param OrganizationNameSame: 企业名称保持一致
|
3754
|
+
# false 关闭-默认
|
3755
|
+
# true 开启
|
3756
|
+
# @type OrganizationNameSame: Boolean
|
3757
|
+
# @param BusinessLicense: 营业执照正面照(PNG或JPG) base64格式, 大小不超过5M
|
3758
|
+
# @type BusinessLicense: String
|
3759
|
+
# @param Endpoint: 跳转链接类型:
|
3760
|
+
# "PC"-PC端认证链接
|
3761
|
+
# "APP"-全屏或半屏跳转小程序链接
|
3762
|
+
# “H5”-H5页面认证链接 "SHORT_H5"- H5认证短链
|
3763
|
+
# "SHORT_URL"- 跳转小程序短链
|
3764
|
+
# @type Endpoint: String
|
3696
3765
|
|
3766
|
+
attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint
|
3697
3767
|
|
3698
|
-
def initialize()
|
3768
|
+
def initialize(operator=nil, authorizationtypes=nil, organizationname=nil, uniformsocialcreditcode=nil, legalname=nil, autojumpurl=nil, organizationaddress=nil, adminname=nil, adminmobile=nil, adminidcardnumber=nil, adminidcardtype=nil, uniformsocialcreditcodesame=nil, legalnamesame=nil, adminnamesame=nil, adminidcardnumbersame=nil, adminmobilesame=nil, organizationnamesame=nil, businesslicense=nil, endpoint=nil)
|
3769
|
+
@Operator = operator
|
3770
|
+
@AuthorizationTypes = authorizationtypes
|
3771
|
+
@OrganizationName = organizationname
|
3772
|
+
@UniformSocialCreditCode = uniformsocialcreditcode
|
3773
|
+
@LegalName = legalname
|
3774
|
+
@AutoJumpUrl = autojumpurl
|
3775
|
+
@OrganizationAddress = organizationaddress
|
3776
|
+
@AdminName = adminname
|
3777
|
+
@AdminMobile = adminmobile
|
3778
|
+
@AdminIdCardNumber = adminidcardnumber
|
3779
|
+
@AdminIdCardType = adminidcardtype
|
3780
|
+
@UniformSocialCreditCodeSame = uniformsocialcreditcodesame
|
3781
|
+
@LegalNameSame = legalnamesame
|
3782
|
+
@AdminNameSame = adminnamesame
|
3783
|
+
@AdminIdCardNumberSame = adminidcardnumbersame
|
3784
|
+
@AdminMobileSame = adminmobilesame
|
3785
|
+
@OrganizationNameSame = organizationnamesame
|
3786
|
+
@BusinessLicense = businesslicense
|
3787
|
+
@Endpoint = endpoint
|
3699
3788
|
end
|
3700
3789
|
|
3701
3790
|
def deserialize(params)
|
3791
|
+
unless params['Operator'].nil?
|
3792
|
+
@Operator = UserInfo.new
|
3793
|
+
@Operator.deserialize(params['Operator'])
|
3794
|
+
end
|
3795
|
+
@AuthorizationTypes = params['AuthorizationTypes']
|
3796
|
+
@OrganizationName = params['OrganizationName']
|
3797
|
+
@UniformSocialCreditCode = params['UniformSocialCreditCode']
|
3798
|
+
@LegalName = params['LegalName']
|
3799
|
+
@AutoJumpUrl = params['AutoJumpUrl']
|
3800
|
+
@OrganizationAddress = params['OrganizationAddress']
|
3801
|
+
@AdminName = params['AdminName']
|
3802
|
+
@AdminMobile = params['AdminMobile']
|
3803
|
+
@AdminIdCardNumber = params['AdminIdCardNumber']
|
3804
|
+
@AdminIdCardType = params['AdminIdCardType']
|
3805
|
+
@UniformSocialCreditCodeSame = params['UniformSocialCreditCodeSame']
|
3806
|
+
@LegalNameSame = params['LegalNameSame']
|
3807
|
+
@AdminNameSame = params['AdminNameSame']
|
3808
|
+
@AdminIdCardNumberSame = params['AdminIdCardNumberSame']
|
3809
|
+
@AdminMobileSame = params['AdminMobileSame']
|
3810
|
+
@OrganizationNameSame = params['OrganizationNameSame']
|
3811
|
+
@BusinessLicense = params['BusinessLicense']
|
3812
|
+
@Endpoint = params['Endpoint']
|
3702
3813
|
end
|
3703
3814
|
end
|
3704
3815
|
|
3705
3816
|
# CreateOrganizationAuthUrl返回参数结构体
|
3706
3817
|
class CreateOrganizationAuthUrlResponse < TencentCloud::Common::AbstractModel
|
3818
|
+
# @param AuthUrl: “H5”-H5长连接
|
3819
|
+
# "SHORT_H5"- H5短链
|
3820
|
+
# "APP"-小程序
|
3821
|
+
# "PC"-PC浏览器
|
3822
|
+
# 链接有效期统一30天
|
3823
|
+
# @type AuthUrl: String
|
3824
|
+
# @param ExpiredTime: 链接过期时间戳
|
3825
|
+
# @type ExpiredTime: Integer
|
3707
3826
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3708
3827
|
# @type RequestId: String
|
3709
3828
|
|
3710
|
-
attr_accessor :RequestId
|
3829
|
+
attr_accessor :AuthUrl, :ExpiredTime, :RequestId
|
3711
3830
|
|
3712
|
-
def initialize(requestid=nil)
|
3831
|
+
def initialize(authurl=nil, expiredtime=nil, requestid=nil)
|
3832
|
+
@AuthUrl = authurl
|
3833
|
+
@ExpiredTime = expiredtime
|
3713
3834
|
@RequestId = requestid
|
3714
3835
|
end
|
3715
3836
|
|
3716
3837
|
def deserialize(params)
|
3838
|
+
@AuthUrl = params['AuthUrl']
|
3839
|
+
@ExpiredTime = params['ExpiredTime']
|
3717
3840
|
@RequestId = params['RequestId']
|
3718
3841
|
end
|
3719
3842
|
end
|