tencentcloud-sdk-essbasic 3.0.1109 → 3.0.1110
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/v20210526/models.rb +23 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6d50446c657c2a21a792e12931606d1ff3d3cf1
|
4
|
+
data.tar.gz: a6f76b7977d6f171dde74cf54453db5a31c16d12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b5e55b4027bca3d564d1d6328426480a66660bc2251db3823b14861c2a85f14270eb6b59844e0fd7d67df3aaf1cd66c8b2155fbce7094ffdd698f7bfbcd42df
|
7
|
+
data.tar.gz: 4e94c50d42016a4d4b18a72727afa6086780fcf13cac5e4feb79123c0c0de88bf49c49a1bed751903b1799a9d45016cee3799b321970bd4742928ebf063a2365
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1110
|
data/lib/v20210526/models.rb
CHANGED
@@ -6234,8 +6234,6 @@ module TencentCloud
|
|
6234
6234
|
# <li>5:授权书+对公打款</li>
|
6235
6235
|
# </ul>
|
6236
6236
|
# @type AuthorizationTypes: Array
|
6237
|
-
# @param Operator: 暂未开放
|
6238
|
-
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
6239
6237
|
# @param ProxyOperatorIdCardNumber: 子客经办人身份证
|
6240
6238
|
# 注意:`如果已同步,这里非空会更新同步的经办人身份证号,暂时只支持中国大陆居民身份证类型`。
|
6241
6239
|
# @type ProxyOperatorIdCardNumber: String
|
@@ -6268,13 +6266,20 @@ module TencentCloud
|
|
6268
6266
|
# @type PowerOfAttorneys: Array
|
6269
6267
|
# @param OrganizationAuthorizationOptions: 企业认证时个性化能力信息
|
6270
6268
|
# @type OrganizationAuthorizationOptions: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationAuthorizationOptions`
|
6269
|
+
# @param BankAccountNumber: 组织机构对公打款 账号,账户名跟企业名称一致。
|
6270
|
+
|
6271
|
+
# p.s.
|
6272
|
+
# 只有认证方式是授权书+对公打款时才生效。
|
6273
|
+
# @type BankAccountNumber: String
|
6274
|
+
# @param Operator: 无
|
6275
|
+
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
6271
6276
|
|
6272
|
-
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :
|
6277
|
+
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator
|
6273
6278
|
extend Gem::Deprecate
|
6274
6279
|
deprecate :Operator, :none, 2025, 7
|
6275
6280
|
deprecate :Operator=, :none, 2025, 7
|
6276
6281
|
|
6277
|
-
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil,
|
6282
|
+
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil)
|
6278
6283
|
@Agent = agent
|
6279
6284
|
@ProxyOrganizationName = proxyorganizationname
|
6280
6285
|
@UniformSocialCreditCode = uniformsocialcreditcode
|
@@ -6286,7 +6291,6 @@ module TencentCloud
|
|
6286
6291
|
@Endpoint = endpoint
|
6287
6292
|
@AutoJumpBackEvent = autojumpbackevent
|
6288
6293
|
@AuthorizationTypes = authorizationtypes
|
6289
|
-
@Operator = operator
|
6290
6294
|
@ProxyOperatorIdCardNumber = proxyoperatoridcardnumber
|
6291
6295
|
@AutoJumpUrl = autojumpurl
|
6292
6296
|
@TopNavigationStatus = topnavigationstatus
|
@@ -6296,6 +6300,8 @@ module TencentCloud
|
|
6296
6300
|
@ProxyLegalName = proxylegalname
|
6297
6301
|
@PowerOfAttorneys = powerofattorneys
|
6298
6302
|
@OrganizationAuthorizationOptions = organizationauthorizationoptions
|
6303
|
+
@BankAccountNumber = bankaccountnumber
|
6304
|
+
@Operator = operator
|
6299
6305
|
end
|
6300
6306
|
|
6301
6307
|
def deserialize(params)
|
@@ -6313,10 +6319,6 @@ module TencentCloud
|
|
6313
6319
|
@Endpoint = params['Endpoint']
|
6314
6320
|
@AutoJumpBackEvent = params['AutoJumpBackEvent']
|
6315
6321
|
@AuthorizationTypes = params['AuthorizationTypes']
|
6316
|
-
unless params['Operator'].nil?
|
6317
|
-
@Operator = UserInfo.new
|
6318
|
-
@Operator.deserialize(params['Operator'])
|
6319
|
-
end
|
6320
6322
|
@ProxyOperatorIdCardNumber = params['ProxyOperatorIdCardNumber']
|
6321
6323
|
@AutoJumpUrl = params['AutoJumpUrl']
|
6322
6324
|
@TopNavigationStatus = params['TopNavigationStatus']
|
@@ -6329,6 +6331,11 @@ module TencentCloud
|
|
6329
6331
|
@OrganizationAuthorizationOptions = OrganizationAuthorizationOptions.new
|
6330
6332
|
@OrganizationAuthorizationOptions.deserialize(params['OrganizationAuthorizationOptions'])
|
6331
6333
|
end
|
6334
|
+
@BankAccountNumber = params['BankAccountNumber']
|
6335
|
+
unless params['Operator'].nil?
|
6336
|
+
@Operator = UserInfo.new
|
6337
|
+
@Operator.deserialize(params['Operator'])
|
6338
|
+
end
|
6332
6339
|
end
|
6333
6340
|
end
|
6334
6341
|
|
@@ -11378,7 +11385,7 @@ module TencentCloud
|
|
11378
11385
|
end
|
11379
11386
|
end
|
11380
11387
|
|
11381
|
-
# 企业认证可选项,其中包括
|
11388
|
+
# 企业认证可选项,其中包括 社会信用代码是否一致,企业名称是否一致,法人是否一致, 对公打款账号是否一致等信息。
|
11382
11389
|
# 代表生成链接的时候指定的这些信息不能被用户修改。
|
11383
11390
|
|
11384
11391
|
# p.s. 注意这些选项一旦传递,相关的信息也不会被上传的营业执照里面包含的信息所覆盖。
|
@@ -11389,19 +11396,23 @@ module TencentCloud
|
|
11389
11396
|
# @type OrganizationNameSame: Boolean
|
11390
11397
|
# @param LegalNameSame: 对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在法人姓名不为空时有效
|
11391
11398
|
# @type LegalNameSame: Boolean
|
11399
|
+
# @param BankAccountNumberSame: 对方打开链接认证时,对公打款账号是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>p.s. 仅在对公打款账号不为空时有效
|
11400
|
+
# @type BankAccountNumberSame: Boolean
|
11392
11401
|
|
11393
|
-
attr_accessor :UniformSocialCreditCodeSame, :OrganizationNameSame, :LegalNameSame
|
11402
|
+
attr_accessor :UniformSocialCreditCodeSame, :OrganizationNameSame, :LegalNameSame, :BankAccountNumberSame
|
11394
11403
|
|
11395
|
-
def initialize(uniformsocialcreditcodesame=nil, organizationnamesame=nil, legalnamesame=nil)
|
11404
|
+
def initialize(uniformsocialcreditcodesame=nil, organizationnamesame=nil, legalnamesame=nil, bankaccountnumbersame=nil)
|
11396
11405
|
@UniformSocialCreditCodeSame = uniformsocialcreditcodesame
|
11397
11406
|
@OrganizationNameSame = organizationnamesame
|
11398
11407
|
@LegalNameSame = legalnamesame
|
11408
|
+
@BankAccountNumberSame = bankaccountnumbersame
|
11399
11409
|
end
|
11400
11410
|
|
11401
11411
|
def deserialize(params)
|
11402
11412
|
@UniformSocialCreditCodeSame = params['UniformSocialCreditCodeSame']
|
11403
11413
|
@OrganizationNameSame = params['OrganizationNameSame']
|
11404
11414
|
@LegalNameSame = params['LegalNameSame']
|
11415
|
+
@BankAccountNumberSame = params['BankAccountNumberSame']
|
11405
11416
|
end
|
11406
11417
|
end
|
11407
11418
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1110
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|