tencentcloud-sdk-essbasic 3.0.1084 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51fbc995139bbb0738ee83a31d2306b9d5a820a6
4
- data.tar.gz: 57fec95962eeac06cb46306af6f2609b38e4211d
3
+ metadata.gz: b08cb25bc5a5ea3447697b606ea2975d0f792c5e
4
+ data.tar.gz: 92dd9d6ed389dd39f22b5b7b361de46bdb23b6c8
5
5
  SHA512:
6
- metadata.gz: 557a9d640ffbe4d42add0644ac836472f3b993a91c523c202ca36f5eb8c60a8340ad9b107ebaa6eb1a040bac2ced1da1878a09642010e276c81b064bd1e8354c
7
- data.tar.gz: 4ac49750d73a50554caa66e7809727225b7ef81109b8226bc0a6e1327165f4a7409ec2eebe6ca2dc02c06755d33f95bb8a1ef36848c5c6a497eb7664a290b38b
6
+ metadata.gz: 5e1e5709b237c4f77997d8d814b98f3795d851233545784b2b953f51545d640b13095ba9f785e3275ffa369ae3bde18997e515d7241d6a27f39347f67989a09f
7
+ data.tar.gz: 9a292362140d29b570ad9aef20879554153bd2e9215b445c79837cf4a591d631320956c8d0831290569b36c2c530c8aa85ab333b3b7c3ac3b2e038198e780899
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1084
1
+ 3.0.1085
@@ -1814,6 +1814,8 @@ module TencentCloud
1814
1814
 
1815
1815
  # 提交申请出证报告任务并返回报告ID。
1816
1816
 
1817
+ # 出证报告的示例样式可以参考 [出征报告.PDF](https://qcloudimg.tencent-cloud.cn/raw/a55214fcddaebbd1582cc9c57cc6cf1b.pdf)
1818
+
1817
1819
  # 注意:
1818
1820
  # - 使用此功能**需搭配出证套餐** ,使用前请联系对接的客户经理沟通。
1819
1821
  # - 操作人必须是**发起方或者签署方企业的(非走授权书认证)法人或者超管**。
@@ -5750,13 +5750,16 @@ module TencentCloud
5750
5750
  # <li>**SHORT_H5**:第三方H5跳转到电子签H5短链接, 一般用于贵方H5跳转过来, 打开后进入腾讯电子签H5页面</li></ul>
5751
5751
 
5752
5752
  # @type Endpoint: String
5753
+ # @param BatchAuthMethod: 认证链接使用单链接还是多链接模式<ul><li>0 - 多链接(默认),指批量生成链接, 每一个企业会拥有一个认证链接,然后分别认证</li><li>1 - 单链接 , 指批量生成链接,然后会将多个链接聚合成一个链接,进行认证</li></ul>p.s.请注意, 如果使用单链接的模式并且认证方式是授权书方式的时候,必须在接口中传递超管授权书。
5754
+ # @type BatchAuthMethod: Integer
5753
5755
 
5754
- attr_accessor :Agent, :RegistrationOrganizations, :Endpoint
5756
+ attr_accessor :Agent, :RegistrationOrganizations, :Endpoint, :BatchAuthMethod
5755
5757
 
5756
- def initialize(agent=nil, registrationorganizations=nil, endpoint=nil)
5758
+ def initialize(agent=nil, registrationorganizations=nil, endpoint=nil, batchauthmethod=nil)
5757
5759
  @Agent = agent
5758
5760
  @RegistrationOrganizations = registrationorganizations
5759
5761
  @Endpoint = endpoint
5762
+ @BatchAuthMethod = batchauthmethod
5760
5763
  end
5761
5764
 
5762
5765
  def deserialize(params)
@@ -5773,6 +5776,7 @@ module TencentCloud
5773
5776
  end
5774
5777
  end
5775
5778
  @Endpoint = params['Endpoint']
5779
+ @BatchAuthMethod = params['BatchAuthMethod']
5776
5780
  end
5777
5781
  end
5778
5782
 
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.1084
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-18 00:00:00.000000000 Z
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