tencentcloud-sdk-ess 3.0.593 → 3.0.595
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 +25 -1
- data/lib/v20201111/models.rb +127 -17
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fd765100c403e38f0415737df3e84d9921b143e
|
4
|
+
data.tar.gz: 41d50e457a94e391b0a5e41e16b81ab2abf7c257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e970d01e0725835ed18f298a90ee99dfffde6ba9af44467888612ed058fe5cf5922a5ed57fd8134d1ee3ec2df4931652362bdb2f47f4c669b27eab0695a06a
|
7
|
+
data.tar.gz: a37771b5989ab88fb5795a761a3fb637a3a5ea28b7e0cb85ce5283a81dbcbf77eb9661c66d8aa3afd3d1e8180ec8c6e92e40be789a2f547ad7d14334ea662f61
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.595
|
data/lib/v20201111/client.rb
CHANGED
@@ -629,6 +629,30 @@ module TencentCloud
|
|
629
629
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
630
630
|
end
|
631
631
|
|
632
|
+
# 创建电子印章
|
633
|
+
|
634
|
+
# @param request: Request instance for CreateSeal.
|
635
|
+
# @type request: :class:`Tencentcloud::ess::V20201111::CreateSealRequest`
|
636
|
+
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateSealResponse`
|
637
|
+
def CreateSeal(request)
|
638
|
+
body = send_request('CreateSeal', request.serialize)
|
639
|
+
response = JSON.parse(body)
|
640
|
+
if response['Response'].key?('Error') == false
|
641
|
+
model = CreateSealResponse.new
|
642
|
+
model.deserialize(response['Response'])
|
643
|
+
model
|
644
|
+
else
|
645
|
+
code = response['Response']['Error']['Code']
|
646
|
+
message = response['Response']['Error']['Message']
|
647
|
+
reqid = response['Response']['RequestId']
|
648
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
649
|
+
end
|
650
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
651
|
+
raise e
|
652
|
+
rescue StandardError => e
|
653
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
654
|
+
end
|
655
|
+
|
632
656
|
# 对企业员工进行印章授权
|
633
657
|
|
634
658
|
# @param request: Request instance for CreateSealPolicy.
|
@@ -824,7 +848,7 @@ module TencentCloud
|
|
824
848
|
|
825
849
|
# 查询流程摘要
|
826
850
|
# 适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
827
|
-
#
|
851
|
+
# 日调用量限制:10W
|
828
852
|
|
829
853
|
# @param request: Request instance for DescribeFlowBriefs.
|
830
854
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeFlowBriefsRequest`
|
data/lib/v20201111/models.rb
CHANGED
@@ -573,7 +573,7 @@ module TencentCloud
|
|
573
573
|
# CHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;
|
574
574
|
# FILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;
|
575
575
|
# DYNAMIC_TABLE - 动态表格控件;
|
576
|
-
# ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID
|
576
|
+
# ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分隔;
|
577
577
|
# SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
|
578
578
|
# DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
|
579
579
|
# DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
630
630
|
# 2 FontSize: 数字类型,范围6-72,默认值为12
|
631
631
|
# 3 FontAlign: 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐
|
632
632
|
# 4 Format: 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。
|
633
|
-
# 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2
|
633
|
+
# 5 Gaps:: 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数
|
634
634
|
# 如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期
|
635
635
|
# 特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)
|
636
636
|
# 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}",
|
@@ -1134,6 +1134,8 @@ module TencentCloud
|
|
1134
1134
|
# @param Deadline: 签署流程的签署截止时间。
|
1135
1135
|
# 值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
1136
1136
|
# @type Deadline: Integer
|
1137
|
+
# @param RemindedOn: 合同到期提醒时间戳,单位秒。设定该值后,可以提前进行到期通知,方便客户处理合同到期事务,如合同续签等。该值支持的范围是从发起时间起到往后的10年内。仅合同发起方企业的发起人可以编辑修改。
|
1138
|
+
# @type RemindedOn: Integer
|
1137
1139
|
# @param Unordered: 发送类型:
|
1138
1140
|
# true:无序签
|
1139
1141
|
# false:有序签
|
@@ -1164,9 +1166,9 @@ module TencentCloud
|
|
1164
1166
|
# @param AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
1165
1167
|
# @type AutoSignScene: String
|
1166
1168
|
|
1167
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent, :CcNotifyType, :AutoSignScene
|
1169
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :RemindedOn, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent, :CcNotifyType, :AutoSignScene
|
1168
1170
|
|
1169
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil, ccnotifytype=nil, autosignscene=nil)
|
1171
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, remindedon=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil, ccnotifytype=nil, autosignscene=nil)
|
1170
1172
|
@Operator = operator
|
1171
1173
|
@FlowName = flowname
|
1172
1174
|
@Approvers = approvers
|
@@ -1177,6 +1179,7 @@ module TencentCloud
|
|
1177
1179
|
@NeedPreview = needpreview
|
1178
1180
|
@PreviewType = previewtype
|
1179
1181
|
@Deadline = deadline
|
1182
|
+
@RemindedOn = remindedon
|
1180
1183
|
@Unordered = unordered
|
1181
1184
|
@CustomShowMap = customshowmap
|
1182
1185
|
@NeedSignReview = needsignreview
|
@@ -1224,6 +1227,7 @@ module TencentCloud
|
|
1224
1227
|
@NeedPreview = params['NeedPreview']
|
1225
1228
|
@PreviewType = params['PreviewType']
|
1226
1229
|
@Deadline = params['Deadline']
|
1230
|
+
@RemindedOn = params['RemindedOn']
|
1227
1231
|
@Unordered = params['Unordered']
|
1228
1232
|
@CustomShowMap = params['CustomShowMap']
|
1229
1233
|
@NeedSignReview = params['NeedSignReview']
|
@@ -1386,11 +1390,11 @@ module TencentCloud
|
|
1386
1390
|
# @type FlowType: String
|
1387
1391
|
# @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
|
1388
1392
|
# @type ClientToken: String
|
1389
|
-
# @param RelatedFlowId: 暂未开放
|
1390
|
-
# @type RelatedFlowId: String
|
1391
1393
|
# @param DeadLine: 签署流程的签署截止时间。
|
1392
1394
|
# 值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
1393
1395
|
# @type DeadLine: Integer
|
1396
|
+
# @param RemindedOn: 合同到期提醒时间戳,单位秒。设定该值后,可以提前进行到期通知,方便客户处理合同到期事务,如合同续签等。该值支持的范围是从发起时间起到往后的10年内。仅合同发起方企业的发起人可以编辑修改。
|
1397
|
+
# @type RemindedOn: Integer
|
1394
1398
|
# @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
1395
1399
|
# @type UserData: String
|
1396
1400
|
# @param FlowDescription: 签署流程描述,最大长度1000个字符
|
@@ -1407,8 +1411,6 @@ module TencentCloud
|
|
1407
1411
|
|
1408
1412
|
# 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
|
1409
1413
|
# @type NeedSignReview: Boolean
|
1410
|
-
# @param CallbackUrl: 暂未开放
|
1411
|
-
# @type CallbackUrl: String
|
1412
1414
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1413
1415
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1414
1416
|
# @param CcInfos: 被抄送人的信息列表。
|
@@ -1416,31 +1418,36 @@ module TencentCloud
|
|
1416
1418
|
# @type CcInfos: Array
|
1417
1419
|
# @param AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
1418
1420
|
# @type AutoSignScene: String
|
1421
|
+
# @param RelatedFlowId: 暂未开放
|
1422
|
+
# @type RelatedFlowId: String
|
1423
|
+
# @param CallbackUrl: 暂未开放
|
1424
|
+
# @type CallbackUrl: String
|
1419
1425
|
|
1420
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :
|
1426
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
1421
1427
|
extend Gem::Deprecate
|
1422
1428
|
deprecate :RelatedFlowId, :none, 2023, 6
|
1423
1429
|
deprecate :RelatedFlowId=, :none, 2023, 6
|
1424
1430
|
deprecate :CallbackUrl, :none, 2023, 6
|
1425
1431
|
deprecate :CallbackUrl=, :none, 2023, 6
|
1426
1432
|
|
1427
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil,
|
1433
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, flowdescription=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil)
|
1428
1434
|
@Operator = operator
|
1429
1435
|
@FlowName = flowname
|
1430
1436
|
@Approvers = approvers
|
1431
1437
|
@FlowType = flowtype
|
1432
1438
|
@ClientToken = clienttoken
|
1433
|
-
@RelatedFlowId = relatedflowid
|
1434
1439
|
@DeadLine = deadline
|
1440
|
+
@RemindedOn = remindedon
|
1435
1441
|
@UserData = userdata
|
1436
1442
|
@FlowDescription = flowdescription
|
1437
1443
|
@Unordered = unordered
|
1438
1444
|
@CustomShowMap = customshowmap
|
1439
1445
|
@NeedSignReview = needsignreview
|
1440
|
-
@CallbackUrl = callbackurl
|
1441
1446
|
@Agent = agent
|
1442
1447
|
@CcInfos = ccinfos
|
1443
1448
|
@AutoSignScene = autosignscene
|
1449
|
+
@RelatedFlowId = relatedflowid
|
1450
|
+
@CallbackUrl = callbackurl
|
1444
1451
|
end
|
1445
1452
|
|
1446
1453
|
def deserialize(params)
|
@@ -1459,14 +1466,13 @@ module TencentCloud
|
|
1459
1466
|
end
|
1460
1467
|
@FlowType = params['FlowType']
|
1461
1468
|
@ClientToken = params['ClientToken']
|
1462
|
-
@RelatedFlowId = params['RelatedFlowId']
|
1463
1469
|
@DeadLine = params['DeadLine']
|
1470
|
+
@RemindedOn = params['RemindedOn']
|
1464
1471
|
@UserData = params['UserData']
|
1465
1472
|
@FlowDescription = params['FlowDescription']
|
1466
1473
|
@Unordered = params['Unordered']
|
1467
1474
|
@CustomShowMap = params['CustomShowMap']
|
1468
1475
|
@NeedSignReview = params['NeedSignReview']
|
1469
|
-
@CallbackUrl = params['CallbackUrl']
|
1470
1476
|
unless params['Agent'].nil?
|
1471
1477
|
@Agent = Agent.new
|
1472
1478
|
@Agent.deserialize(params['Agent'])
|
@@ -1480,6 +1486,8 @@ module TencentCloud
|
|
1480
1486
|
end
|
1481
1487
|
end
|
1482
1488
|
@AutoSignScene = params['AutoSignScene']
|
1489
|
+
@RelatedFlowId = params['RelatedFlowId']
|
1490
|
+
@CallbackUrl = params['CallbackUrl']
|
1483
1491
|
end
|
1484
1492
|
end
|
1485
1493
|
|
@@ -2320,6 +2328,108 @@ module TencentCloud
|
|
2320
2328
|
end
|
2321
2329
|
end
|
2322
2330
|
|
2331
|
+
# CreateSeal请求参数结构体
|
2332
|
+
class CreateSealRequest < TencentCloud::Common::AbstractModel
|
2333
|
+
# @param Operator: 操作人信息
|
2334
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2335
|
+
# @param SealName: 电子印章名字
|
2336
|
+
# @type SealName: String
|
2337
|
+
# @param Agent: 应用相关信息
|
2338
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2339
|
+
# @param SealType: 电子印章类型,PERSONAL-个人私章,OFFICIAL-公章,SPECIAL_FINANCIAL-财务专用章,CONTRACT-合同专用章,LEGAL_REPRESENTATIVE-法定代表人章,SPECIAL_NATIONWIDE_INVOICE-发票专用章
|
2340
|
+
# @type SealType: String
|
2341
|
+
# @param FileName: 电子印章图片文件名称
|
2342
|
+
# @type FileName: String
|
2343
|
+
# @param Image: 电子印章图片base64编码
|
2344
|
+
# 参数Image,FileToken或GenerateSource=SealGenerateSourceSystem三选一。
|
2345
|
+
# @type Image: String
|
2346
|
+
# @param Width: 电子印章宽度,单位px
|
2347
|
+
# 参数不再启用,系统会设置印章大小为标准尺寸。
|
2348
|
+
# @type Width: Integer
|
2349
|
+
# @param Height: 电子印章高度,单位px
|
2350
|
+
# 参数不再启用,系统会设置印章大小为标准尺寸。
|
2351
|
+
# @type Height: Integer
|
2352
|
+
# @param Color: 电子印章印章颜色(默认红色RED),RED-红色
|
2353
|
+
|
2354
|
+
# 系统目前只支持红色印章创建。
|
2355
|
+
# @type Color: String
|
2356
|
+
# @param SealHorizontalText: 电子印章生成时的横向文字。
|
2357
|
+
# @type SealHorizontalText: String
|
2358
|
+
# @param SealChordText: 电子印章下弦文字
|
2359
|
+
# @type SealChordText: String
|
2360
|
+
# @param SealCentralType: 电子印章中心图案类型,STAR-圆形有五角星,NONE-圆形无五角星
|
2361
|
+
# 系统生成的印章只支持STAR
|
2362
|
+
# @type SealCentralType: String
|
2363
|
+
# @param FileToken: 通过文件上传时,服务端生成的电子印章上传图片的token
|
2364
|
+
# @type FileToken: String
|
2365
|
+
# @param GenerateSource: 印章生成来源方式
|
2366
|
+
# 取值:
|
2367
|
+
# SealGenerateSourceSystem 表示系统生成企业印章
|
2368
|
+
# @type GenerateSource: String
|
2369
|
+
|
2370
|
+
attr_accessor :Operator, :SealName, :Agent, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :GenerateSource
|
2371
|
+
|
2372
|
+
def initialize(operator=nil, sealname=nil, agent=nil, sealtype=nil, filename=nil, image=nil, width=nil, height=nil, color=nil, sealhorizontaltext=nil, sealchordtext=nil, sealcentraltype=nil, filetoken=nil, generatesource=nil)
|
2373
|
+
@Operator = operator
|
2374
|
+
@SealName = sealname
|
2375
|
+
@Agent = agent
|
2376
|
+
@SealType = sealtype
|
2377
|
+
@FileName = filename
|
2378
|
+
@Image = image
|
2379
|
+
@Width = width
|
2380
|
+
@Height = height
|
2381
|
+
@Color = color
|
2382
|
+
@SealHorizontalText = sealhorizontaltext
|
2383
|
+
@SealChordText = sealchordtext
|
2384
|
+
@SealCentralType = sealcentraltype
|
2385
|
+
@FileToken = filetoken
|
2386
|
+
@GenerateSource = generatesource
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
def deserialize(params)
|
2390
|
+
unless params['Operator'].nil?
|
2391
|
+
@Operator = UserInfo.new
|
2392
|
+
@Operator.deserialize(params['Operator'])
|
2393
|
+
end
|
2394
|
+
@SealName = params['SealName']
|
2395
|
+
unless params['Agent'].nil?
|
2396
|
+
@Agent = Agent.new
|
2397
|
+
@Agent.deserialize(params['Agent'])
|
2398
|
+
end
|
2399
|
+
@SealType = params['SealType']
|
2400
|
+
@FileName = params['FileName']
|
2401
|
+
@Image = params['Image']
|
2402
|
+
@Width = params['Width']
|
2403
|
+
@Height = params['Height']
|
2404
|
+
@Color = params['Color']
|
2405
|
+
@SealHorizontalText = params['SealHorizontalText']
|
2406
|
+
@SealChordText = params['SealChordText']
|
2407
|
+
@SealCentralType = params['SealCentralType']
|
2408
|
+
@FileToken = params['FileToken']
|
2409
|
+
@GenerateSource = params['GenerateSource']
|
2410
|
+
end
|
2411
|
+
end
|
2412
|
+
|
2413
|
+
# CreateSeal返回参数结构体
|
2414
|
+
class CreateSealResponse < TencentCloud::Common::AbstractModel
|
2415
|
+
# @param SealId: 电子印章编号
|
2416
|
+
# @type SealId: String
|
2417
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2418
|
+
# @type RequestId: String
|
2419
|
+
|
2420
|
+
attr_accessor :SealId, :RequestId
|
2421
|
+
|
2422
|
+
def initialize(sealid=nil, requestid=nil)
|
2423
|
+
@SealId = sealid
|
2424
|
+
@RequestId = requestid
|
2425
|
+
end
|
2426
|
+
|
2427
|
+
def deserialize(params)
|
2428
|
+
@SealId = params['SealId']
|
2429
|
+
@RequestId = params['RequestId']
|
2430
|
+
end
|
2431
|
+
end
|
2432
|
+
|
2323
2433
|
# 创建员工的结果
|
2324
2434
|
class CreateStaffResult < TencentCloud::Common::AbstractModel
|
2325
2435
|
# @param SuccessEmployeeData: 创建员工的成功列表
|
@@ -2449,7 +2559,7 @@ module TencentCloud
|
|
2449
2559
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2450
2560
|
# @param DeptId: 电子签中的部门id
|
2451
2561
|
# @type DeptId: String
|
2452
|
-
# @param ReceiveDeptId: 交接部门ID
|
2562
|
+
# @param ReceiveDeptId: 交接部门ID。待删除部门中的合同、印章和模板数据,交接至该部门ID下,未填写交接至公司根部门。
|
2453
2563
|
# @type ReceiveDeptId: String
|
2454
2564
|
|
2455
2565
|
attr_accessor :Operator, :DeptId, :ReceiveDeptId
|
@@ -5470,7 +5580,7 @@ module TencentCloud
|
|
5470
5580
|
# @type Mobile: String
|
5471
5581
|
# @param UserId: 员工在电子签平台的id
|
5472
5582
|
# @type UserId: String
|
5473
|
-
# @param Note:
|
5583
|
+
# @param Note: 提示,当创建已存在未实名用户时,该字段有值
|
5474
5584
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5475
5585
|
# @type Note: String
|
5476
5586
|
|
@@ -5697,7 +5807,7 @@ module TencentCloud
|
|
5697
5807
|
|
5698
5808
|
# UnbindEmployeeUserIdWithClientOpenId请求参数结构体
|
5699
5809
|
class UnbindEmployeeUserIdWithClientOpenIdRequest < TencentCloud::Common::AbstractModel
|
5700
|
-
# @param Operator: 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定
|
5810
|
+
# @param Operator: 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定(参数用法参考示例)
|
5701
5811
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
5702
5812
|
# @param UserId: 电子签系统员工UserId
|
5703
5813
|
# @type UserId: String
|
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.595
|
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-06-
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-ess.rb
|
37
36
|
- lib/v20201111/client.rb
|
38
37
|
- lib/v20201111/models.rb
|
38
|
+
- lib/tencentcloud-sdk-ess.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|