tencentcloud-sdk-ess 3.0.795 → 3.0.796
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 +2 -1
- 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: c70577a746603eebd53e741f9fb08dc898ec5c25
|
4
|
+
data.tar.gz: d09d920ad5da8a8167989f615a2843769801e386
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b51ecb60eaaa710e021c031b30e6c46d9d979a405613ad60071a9dee53f7ae7490504bf4736428af72f7c95e6c3ba0345c82b0ea9856067ac100814f557e7eca
|
7
|
+
data.tar.gz: b463815bf42d286eddb38e09e6e497ca904c187ab94dc4e52aceaa25ea940f188a636f6e4e3cd5ac27f7ec35abe8489016d3fab1bbbcba6e3e1be7f26def13b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.796
|
data/lib/v20201111/models.rb
CHANGED
@@ -4297,8 +4297,9 @@ module TencentCloud
|
|
4297
4297
|
# <ul><li>**false**:否, 签署完成不会自动跳转回来(默认)</li><li>**true**:是, 签署完成会自动跳转回来</li></ul>
|
4298
4298
|
|
4299
4299
|
# 注:
|
4300
|
-
# 1. 该参数<font color="red">只针对APP
|
4300
|
+
# 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的签署链接有效
|
4301
4301
|
# 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
|
4302
|
+
# 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
|
4302
4303
|
# @type AutoJumpBack: Boolean
|
4303
4304
|
# @param Agent: 代理企业和员工的信息。
|
4304
4305
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
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.796
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|