tencentcloud-sdk-essbasic 3.0.968 → 3.0.970
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 +21 -4
- 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: 7d297f91990e1e58dd8e72aa8e21b1175f933fca
|
4
|
+
data.tar.gz: ee23682fa27b56ffb62006af5d548fd89c9538c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e84b371df00488bd3eb5c29f5da27f30a35b5867c902915bd9ff3a0a534e0f506a9c42267c96c49481bcd54d96b1458076318fb04165af67cd53e688b2ce36e4
|
7
|
+
data.tar.gz: 1d0181bd35e4157de34b4c02575cd3b045eeaddaa9cebe34a38654bd515f01fb504508e5907263d1a77c0789c0d605cd47934286d1023dd42278b1e0f24d7565
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.970
|
data/lib/v20210526/models.rb
CHANGED
@@ -1245,10 +1245,16 @@ module TencentCloud
|
|
1245
1245
|
# 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
|
1246
1246
|
# 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
|
1247
1247
|
# @type AutoJumpBack: Boolean
|
1248
|
+
# @param UrlUseEnv: 签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。
|
1248
1249
|
|
1249
|
-
|
1250
|
+
# 在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。
|
1250
1251
|
|
1251
|
-
|
1252
|
+
# 参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。
|
1253
|
+
# @type UrlUseEnv: String
|
1254
|
+
|
1255
|
+
attr_accessor :Agent, :Name, :Mobile, :Operator, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :OpenId, :OrganizationOpenId, :AutoJumpBack, :UrlUseEnv
|
1256
|
+
|
1257
|
+
def initialize(agent=nil, name=nil, mobile=nil, operator=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, openid=nil, organizationopenid=nil, autojumpback=nil, urluseenv=nil)
|
1252
1258
|
@Agent = agent
|
1253
1259
|
@Name = name
|
1254
1260
|
@Mobile = mobile
|
@@ -1263,6 +1269,7 @@ module TencentCloud
|
|
1263
1269
|
@OpenId = openid
|
1264
1270
|
@OrganizationOpenId = organizationopenid
|
1265
1271
|
@AutoJumpBack = autojumpback
|
1272
|
+
@UrlUseEnv = urluseenv
|
1266
1273
|
end
|
1267
1274
|
|
1268
1275
|
def deserialize(params)
|
@@ -1289,6 +1296,7 @@ module TencentCloud
|
|
1289
1296
|
@OpenId = params['OpenId']
|
1290
1297
|
@OrganizationOpenId = params['OrganizationOpenId']
|
1291
1298
|
@AutoJumpBack = params['AutoJumpBack']
|
1299
|
+
@UrlUseEnv = params['UrlUseEnv']
|
1292
1300
|
end
|
1293
1301
|
end
|
1294
1302
|
|
@@ -6946,13 +6954,20 @@ module TencentCloud
|
|
6946
6954
|
# @type RecipientIds: Array
|
6947
6955
|
# @param FlowGroupUrlInfo: 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
|
6948
6956
|
# @type FlowGroupUrlInfo: :class:`Tencentcloud::Essbasic.v20210526.models.FlowGroupUrlInfo`
|
6957
|
+
# @param UrlUseEnv: 签署完成后,如需“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。
|
6958
|
+
|
6959
|
+
# 在用户点击“返回应用”按钮之后,会返回到公众号 H5。 此时,公众号 H5 可以处理页面的 [visibilitychange](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilitychange_event) 事件 与 [visibilityState](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) 属性 来判断已经返回到当前页面。再通过电子签后台接口查询合同的签署状态,继续自己的业务流程。
|
6960
|
+
|
6961
|
+
# 参考 [微信网页开发-开放标签跳转小程序](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E5%BC%80%E6%94%BE%E6%A0%87%E7%AD%BE) 或 [自有 H5 跳转电子签小程序](https://test.qian.tencent.cn/developers/company/openwxminiprogram/#4%E8%87%AA%E6%9C%89-h5-%E8%B7%B3%E8%BD%AC%E7%94%B5%E5%AD%90%E7%AD%BE%E5%B0%8F%E7%A8%8B%E5%BA%8F)。
|
6962
|
+
|
6963
|
+
# @type UrlUseEnv: String
|
6949
6964
|
|
6950
|
-
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
6965
|
+
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
6951
6966
|
extend Gem::Deprecate
|
6952
6967
|
deprecate :Operator, :none, 2024, 12
|
6953
6968
|
deprecate :Operator=, :none, 2024, 12
|
6954
6969
|
|
6955
|
-
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil)
|
6970
|
+
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil, urluseenv=nil)
|
6956
6971
|
@Agent = agent
|
6957
6972
|
@FlowIds = flowids
|
6958
6973
|
@FlowGroupId = flowgroupid
|
@@ -6971,6 +6986,7 @@ module TencentCloud
|
|
6971
6986
|
@Hides = hides
|
6972
6987
|
@RecipientIds = recipientids
|
6973
6988
|
@FlowGroupUrlInfo = flowgroupurlinfo
|
6989
|
+
@UrlUseEnv = urluseenv
|
6974
6990
|
end
|
6975
6991
|
|
6976
6992
|
def deserialize(params)
|
@@ -7001,6 +7017,7 @@ module TencentCloud
|
|
7001
7017
|
@FlowGroupUrlInfo = FlowGroupUrlInfo.new
|
7002
7018
|
@FlowGroupUrlInfo.deserialize(params['FlowGroupUrlInfo'])
|
7003
7019
|
end
|
7020
|
+
@UrlUseEnv = params['UrlUseEnv']
|
7004
7021
|
end
|
7005
7022
|
end
|
7006
7023
|
|
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.970
|
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-12-
|
11
|
+
date: 2024-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|