tencentcloud-sdk-essbasic 3.0.736 → 3.0.737
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +24 -10
- 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: b8d4c6b5f82dc61cb17155e1a9d28e9936f37606
|
4
|
+
data.tar.gz: f898357705bf1c5e8d4c7e2944993f226d5d5740
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5b7e4e838a60311fd66030bff39030498853c806dcc752501393c55ef6a195b44a062c9a1f127126caf2c9b9b31f7bb2f17dbfd0c817b894695cba26efd3b5f
|
7
|
+
data.tar.gz: a7bf661ffe947dab8182b43fd1847696ef58f0300cb7d8de7d2ed0c2d7425b8fb6dfb240ef39278f902fe8722bce156dd7253e04d32334467ff1118aaba38148
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.737
|
data/lib/v20210526/models.rb
CHANGED
@@ -964,6 +964,8 @@ module TencentCloud
|
|
964
964
|
# ChannelCreateBatchCancelFlowUrl返回参数结构体
|
965
965
|
class ChannelCreateBatchCancelFlowUrlResponse < TencentCloud::Common::AbstractModel
|
966
966
|
# @param BatchCancelFlowUrl: 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
|
967
|
+
|
968
|
+
# 注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
967
969
|
# @type BatchCancelFlowUrl: String
|
968
970
|
# @param FailMessages: 与入参的FlowIds数组一致, 成功生成到撤销链接中,则为"", 不能撤销合同则为失败原因
|
969
971
|
# @type FailMessages: Array
|
@@ -1184,13 +1186,17 @@ module TencentCloud
|
|
1184
1186
|
class ChannelCreateBatchSignUrlResponse < TencentCloud::Common::AbstractModel
|
1185
1187
|
# @param SignUrl: 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
1186
1188
|
|
1187
|
-
# 注:
|
1189
|
+
# 注:
|
1190
|
+
# 1. 非小程序和APP集成使用
|
1191
|
+
# 2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
1188
1192
|
# @type SignUrl: String
|
1189
1193
|
# @param ExpiredTime: 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
1190
1194
|
# @type ExpiredTime: Integer
|
1191
1195
|
# @param MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
1192
1196
|
|
1193
|
-
# 注:
|
1197
|
+
# 注:
|
1198
|
+
# 1. 小程序和APP集成使用
|
1199
|
+
# 2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
1194
1200
|
# @type MiniAppPath: String
|
1195
1201
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1196
1202
|
# @type RequestId: String
|
@@ -5174,9 +5180,11 @@ module TencentCloud
|
|
5174
5180
|
class CreateConsoleLoginUrlResponse < TencentCloud::Common::AbstractModel
|
5175
5181
|
# @param ConsoleUrl: 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
|
5176
5182
|
# <table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
|
5183
|
+
|
5177
5184
|
# 注:
|
5178
|
-
#
|
5179
|
-
#
|
5185
|
+
# 1. <font color="red">链接仅单次有效</font>,每次登录需要需要重新创建新的链接
|
5186
|
+
# 2. 创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义
|
5187
|
+
# 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
5180
5188
|
# @type ConsoleUrl: String
|
5181
5189
|
# @param IsActivated: 子客企业是否已开通腾讯电子签,
|
5182
5190
|
# <ul><li> **true** :已经开通腾讯电子签</li>
|
@@ -7325,10 +7333,12 @@ module TencentCloud
|
|
7325
7333
|
|
7326
7334
|
# 签署人签署链接信息。
|
7327
7335
|
class FlowApproverUrlInfo < TencentCloud::Common::AbstractModel
|
7328
|
-
# @param SignUrl:
|
7336
|
+
# @param SignUrl: 签署短链接。
|
7337
|
+
|
7329
7338
|
# 注意:
|
7330
|
-
#
|
7331
|
-
#
|
7339
|
+
# 1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
7340
|
+
# 2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
7341
|
+
# 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
7332
7342
|
# @type SignUrl: String
|
7333
7343
|
# @param ApproverType: 签署人类型。
|
7334
7344
|
# - **PERSON**: 个人
|
@@ -7337,10 +7347,12 @@ module TencentCloud
|
|
7337
7347
|
# @type Name: String
|
7338
7348
|
# @param Mobile: 签署人手机号。
|
7339
7349
|
# @type Mobile: String
|
7340
|
-
# @param LongUrl:
|
7350
|
+
# @param LongUrl: 签署长链接。
|
7351
|
+
|
7341
7352
|
# 注意:
|
7342
|
-
#
|
7343
|
-
#
|
7353
|
+
# 1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
7354
|
+
# 2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
7355
|
+
# 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
7344
7356
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7345
7357
|
# @type LongUrl: String
|
7346
7358
|
|
@@ -9183,6 +9195,8 @@ module TencentCloud
|
|
9183
9195
|
# 签署链接内容
|
9184
9196
|
class SignUrlInfo < TencentCloud::Common::AbstractModel
|
9185
9197
|
# @param SignUrl: 签署链接,过期时间为90天
|
9198
|
+
|
9199
|
+
# 注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
9186
9200
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9187
9201
|
# @type SignUrl: String
|
9188
9202
|
# @param Deadline: 合同过期时间戳,单位秒
|
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.737
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|