tencentcloud-sdk-ess 3.0.1082 → 3.0.1085
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/client.rb +2 -0
- data/lib/v20201111/models.rb +14 -2
- 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: 27d02c6e3b40720f3f3ace7b692038e0de7f3dfb
|
4
|
+
data.tar.gz: 936851a25a50cf6f94105a601675ecfdf6cc46ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a95c2fe85db16201b3cf7d7374bb4893ecc9dc3ab237d6c4b1b69e46e1155b5ae5a015db92e4283de87b58a6528a70e15a0e0861f76aea04620182773e9efd5
|
7
|
+
data.tar.gz: eaf80e5b2b4b06435c473b51405e7eb987c9165499fa4386c69080b587bd756d9e2fcd78cfad9f5ef20a411caec63b02f65a01e256ea59d80e2f57d67c581c71
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1085
|
data/lib/v20201111/client.rb
CHANGED
@@ -943,6 +943,8 @@ module TencentCloud
|
|
943
943
|
|
944
944
|
# 提交申请出证报告任务并返回报告ID。
|
945
945
|
|
946
|
+
# 出证报告的示例样式可以参考 [出征报告.PDF](https://qcloudimg.tencent-cloud.cn/raw/a55214fcddaebbd1582cc9c57cc6cf1b.pdf)
|
947
|
+
|
946
948
|
# 注意:
|
947
949
|
# <ul><li>使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。</li>
|
948
950
|
# <li>操作人必须是`发起方或者签署方企业的(非走授权书认证)法人或者超管`。</li>
|
data/lib/v20201111/models.rb
CHANGED
@@ -1807,14 +1807,25 @@ module TencentCloud
|
|
1807
1807
|
# <li>SHORT_H5:生成H5跳转短链</li>
|
1808
1808
|
# </ul>
|
1809
1809
|
# @type Endpoint: String
|
1810
|
+
# @param BatchAuthMethod: 认证链接使用单链接还是多链接模式
|
1810
1811
|
|
1811
|
-
|
1812
|
+
# <ul>
|
1813
|
+
# <li>0 - 多链接(默认),指批量生成链接, 每一个企业会拥有一个认证链接,然后分别认证</li>
|
1814
|
+
# <li>1 - 单链接 , 指批量生成链接,然后会将多个链接聚合成一个链接,进行认证</li>
|
1815
|
+
# </ul>
|
1816
|
+
|
1817
|
+
# p.s.
|
1818
|
+
# 请注意, 如果使用单链接的模式并且认证方式是授权书方式的时候,必须在接口中传递超管授权书。
|
1819
|
+
# @type BatchAuthMethod: Integer
|
1820
|
+
|
1821
|
+
attr_accessor :Operator, :RegistrationOrganizations, :Agent, :Endpoint, :BatchAuthMethod
|
1812
1822
|
|
1813
|
-
def initialize(operator=nil, registrationorganizations=nil, agent=nil, endpoint=nil)
|
1823
|
+
def initialize(operator=nil, registrationorganizations=nil, agent=nil, endpoint=nil, batchauthmethod=nil)
|
1814
1824
|
@Operator = operator
|
1815
1825
|
@RegistrationOrganizations = registrationorganizations
|
1816
1826
|
@Agent = agent
|
1817
1827
|
@Endpoint = endpoint
|
1828
|
+
@BatchAuthMethod = batchauthmethod
|
1818
1829
|
end
|
1819
1830
|
|
1820
1831
|
def deserialize(params)
|
@@ -1835,6 +1846,7 @@ module TencentCloud
|
|
1835
1846
|
@Agent.deserialize(params['Agent'])
|
1836
1847
|
end
|
1837
1848
|
@Endpoint = params['Endpoint']
|
1849
|
+
@BatchAuthMethod = params['BatchAuthMethod']
|
1838
1850
|
end
|
1839
1851
|
end
|
1840
1852
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1085
|
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-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|