tencentcloud-sdk-ess 3.0.639 → 3.0.641

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +83 -23
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1048d1b8079483db8064cb3806ddd48e6c79ca6
4
- data.tar.gz: 616c8eddc1efecc40261658b0d3b231b55d73cad
3
+ metadata.gz: cd027f710c260a9be971d970b453726f811c7d52
4
+ data.tar.gz: 9d3708b7ab9d30121302dcbaa610d5802cef27f2
5
5
  SHA512:
6
- metadata.gz: cdb4a7288442c961e49a1a319b2bcf4e906bf4bed1d16135f6877db24218077a5aedcf5cd6af0710b385695bb62f93ee68b0bff3fc040c484b0a9e01aba3b031
7
- data.tar.gz: c862ceccd1cca01cc2988ce8d9cbb8cdccd472a2b3b1f22e5587c2b7836e5360f12c55c2a0cfa8fdbc8daa83167ebb28a99a95d23713d5f0304698b0deda82a6
6
+ metadata.gz: 28dd6835fb22b0f99d7c1b0edc4435fb148a7500fe669d9656cc2b8c0ae670eed05c773224f424c58efaab9055266e1c355e3bde8ab4f18ddbdf653568c34fbe
7
+ data.tar.gz: deda94250e590b8790b8c07e3887251342ab0e6abc612c38d363eedac34f126938f7f4f10db40d0b9b97e71605bfba2f3d9a032db38122252b62b05e67a86ccd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.639
1
+ 3.0.641
@@ -100,7 +100,7 @@ module TencentCloud
100
100
  # @param SignComponents: 合同中的签署控件列表,列表中可支持下列多种签署控件,控件的详细定义参考开发者中心的Component结构体
101
101
  # <ul><li> 个人签名/印章</li>
102
102
  # <li> 企业印章</li>
103
- # <li> 骑缝章等签署控件</li><ul>
103
+ # <li> 骑缝章等签署控件</li></ul>
104
104
  # @type SignComponents: Array
105
105
  # @param ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
106
106
  # <ul><li>ID_CARD 居民身份证 (默认值)</li>
@@ -331,16 +331,21 @@ module TencentCloud
331
331
 
332
332
  # 如果是 H5 开通链接,支持传 INSIGHT / TELECOM。默认值 WEIXINAPP / INSIGHT。
333
333
  # @type VerifyChannels: Array
334
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
335
+ # 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
336
+ # 1-不绑定,发起合同时将按标准合同套餐进行扣减
337
+ # @type LicenseType: Integer
334
338
 
335
- attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels
339
+ attr_accessor :UserInfo, :CallbackUrl, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :VerifyChannels, :LicenseType
336
340
 
337
- def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil)
341
+ def initialize(userinfo=nil, callbackurl=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, verifychannels=nil, licensetype=nil)
338
342
  @UserInfo = userinfo
339
343
  @CallbackUrl = callbackurl
340
344
  @CertInfoCallback = certinfocallback
341
345
  @UserDefineSeal = userdefineseal
342
346
  @SealImgCallback = sealimgcallback
343
347
  @VerifyChannels = verifychannels
348
+ @LicenseType = licensetype
344
349
  end
345
350
 
346
351
  def deserialize(params)
@@ -353,6 +358,7 @@ module TencentCloud
353
358
  @UserDefineSeal = params['UserDefineSeal']
354
359
  @SealImgCallback = params['SealImgCallback']
355
360
  @VerifyChannels = params['VerifyChannels']
361
+ @LicenseType = params['LicenseType']
356
362
  end
357
363
  end
358
364
 
@@ -2172,10 +2178,14 @@ module TencentCloud
2172
2178
 
2173
2179
  # CreateIntegrationDepartment请求参数结构体
2174
2180
  class CreateIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
2175
- # @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
2181
+ # @param Operator: 执行本接口操作的员工信息。
2182
+ # 注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
2176
2183
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
2177
2184
  # @param DeptName: 部门名称,不超过50个字符
2178
2185
  # @type DeptName: String
2186
+ # @param Agent: 代理企业和员工的信息。
2187
+ # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
2188
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2179
2189
  # @param ParentDeptId: 电子签父部门ID,与ParentDeptOpenId二选一,优先ParentDeptId,都为空时自动填充至根节点下
2180
2190
  # @type ParentDeptId: String
2181
2191
  # @param ParentDeptOpenId: 第三方平台中父部门ID,与ParentDeptId二选一,优先ParentDeptId,都为空时自动填充至根节点下
@@ -2185,11 +2195,12 @@ module TencentCloud
2185
2195
  # @param OrderNo: 排序号,1~30000范围内
2186
2196
  # @type OrderNo: Integer
2187
2197
 
2188
- attr_accessor :Operator, :DeptName, :ParentDeptId, :ParentDeptOpenId, :DeptOpenId, :OrderNo
2198
+ attr_accessor :Operator, :DeptName, :Agent, :ParentDeptId, :ParentDeptOpenId, :DeptOpenId, :OrderNo
2189
2199
 
2190
- def initialize(operator=nil, deptname=nil, parentdeptid=nil, parentdeptopenid=nil, deptopenid=nil, orderno=nil)
2200
+ def initialize(operator=nil, deptname=nil, agent=nil, parentdeptid=nil, parentdeptopenid=nil, deptopenid=nil, orderno=nil)
2191
2201
  @Operator = operator
2192
2202
  @DeptName = deptname
2203
+ @Agent = agent
2193
2204
  @ParentDeptId = parentdeptid
2194
2205
  @ParentDeptOpenId = parentdeptopenid
2195
2206
  @DeptOpenId = deptopenid
@@ -2202,6 +2213,10 @@ module TencentCloud
2202
2213
  @Operator.deserialize(params['Operator'])
2203
2214
  end
2204
2215
  @DeptName = params['DeptName']
2216
+ unless params['Agent'].nil?
2217
+ @Agent = Agent.new
2218
+ @Agent.deserialize(params['Agent'])
2219
+ end
2205
2220
  @ParentDeptId = params['ParentDeptId']
2206
2221
  @ParentDeptOpenId = params['ParentDeptOpenId']
2207
2222
  @DeptOpenId = params['DeptOpenId']
@@ -2773,13 +2788,15 @@ module TencentCloud
2773
2788
  # @type FileId: String
2774
2789
  # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2775
2790
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2791
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次 1-不绑定,发起合同时将按标准合同套餐进行扣减
2792
+ # @type LicenseType: Integer
2776
2793
 
2777
- attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent
2794
+ attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType
2778
2795
  extend Gem::Deprecate
2779
2796
  deprecate :SealImage, :none, 2023, 8
2780
2797
  deprecate :SealImage=, :none, 2023, 8
2781
2798
 
2782
- def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil)
2799
+ def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil)
2783
2800
  @UserName = username
2784
2801
  @IdCardNumber = idcardnumber
2785
2802
  @SealName = sealname
@@ -2793,6 +2810,7 @@ module TencentCloud
2793
2810
  @ProcessSeal = processseal
2794
2811
  @FileId = fileid
2795
2812
  @Agent = agent
2813
+ @LicenseType = licensetype
2796
2814
  end
2797
2815
 
2798
2816
  def deserialize(params)
@@ -2815,6 +2833,7 @@ module TencentCloud
2815
2833
  @Agent = Agent.new
2816
2834
  @Agent.deserialize(params['Agent'])
2817
2835
  end
2836
+ @LicenseType = params['LicenseType']
2818
2837
  end
2819
2838
  end
2820
2839
 
@@ -2924,7 +2943,8 @@ module TencentCloud
2924
2943
  # @type Mobile: String
2925
2944
  # @param EndPoint: 要跳转的链接类型
2926
2945
 
2927
- # - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
2946
+ # - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认),此时返回长链
2947
+ # - HTTP_SHORT_URL:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链
2928
2948
  # - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
2929
2949
  # @type EndPoint: String
2930
2950
  # @param FlowId: 签署流程编号 (PathType=1时必传)
@@ -2991,7 +3011,7 @@ module TencentCloud
2991
3011
 
2992
3012
  # CreateSchemeUrl返回参数结构体
2993
3013
  class CreateSchemeUrlResponse < TencentCloud::Common::AbstractModel
2994
- # @param SchemeUrl: 小程序链接地址,有效期30天
3014
+ # @param SchemeUrl: 小程序链接地址,有效期90天。如果EndPoint是App,得到的链接Path如’weixin://dl/business/?t= *TICKET*‘,用于客户APP、小程序直接拉起电子签小程序;其他EndPoint得到的https链接如'https://essurl.cn/xxx',点击链接会打开一个H5页面,然后拉起电子签小程序。
2995
3015
  # @type SchemeUrl: String
2996
3016
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2997
3017
  # @type RequestId: String
@@ -3326,13 +3346,16 @@ module TencentCloud
3326
3346
  # @type ThemeType: String
3327
3347
  # @param WebThemeConfig: 主题配置
3328
3348
  # @type WebThemeConfig: :class:`Tencentcloud::Ess.v20201111.models.WebThemeConfig`
3349
+ # @param Agent: 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
3350
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
3329
3351
 
3330
- attr_accessor :Operator, :ThemeType, :WebThemeConfig
3352
+ attr_accessor :Operator, :ThemeType, :WebThemeConfig, :Agent
3331
3353
 
3332
- def initialize(operator=nil, themetype=nil, webthemeconfig=nil)
3354
+ def initialize(operator=nil, themetype=nil, webthemeconfig=nil, agent=nil)
3333
3355
  @Operator = operator
3334
3356
  @ThemeType = themetype
3335
3357
  @WebThemeConfig = webthemeconfig
3358
+ @Agent = agent
3336
3359
  end
3337
3360
 
3338
3361
  def deserialize(params)
@@ -3345,6 +3368,10 @@ module TencentCloud
3345
3368
  @WebThemeConfig = WebThemeConfig.new
3346
3369
  @WebThemeConfig.deserialize(params['WebThemeConfig'])
3347
3370
  end
3371
+ unless params['Agent'].nil?
3372
+ @Agent = Agent.new
3373
+ @Agent.deserialize(params['Agent'])
3374
+ end
3348
3375
  end
3349
3376
  end
3350
3377
 
@@ -3366,18 +3393,23 @@ module TencentCloud
3366
3393
 
3367
3394
  # DeleteIntegrationDepartment请求参数结构体
3368
3395
  class DeleteIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
3369
- # @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
3396
+ # @param Operator: 执行本接口操作的员工信息。
3397
+ # 注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
3370
3398
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
3371
3399
  # @param DeptId: 电子签中的部门id,通过DescribeIntegrationDepartments接口可获得
3372
3400
  # @type DeptId: String
3401
+ # @param Agent: 代理企业和员工的信息。
3402
+ # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
3403
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
3373
3404
  # @param ReceiveDeptId: 交接部门ID。待删除部门中的合同、印章和模板数据,交接至该部门ID下,未填写交接至公司根部门。
3374
3405
  # @type ReceiveDeptId: String
3375
3406
 
3376
- attr_accessor :Operator, :DeptId, :ReceiveDeptId
3407
+ attr_accessor :Operator, :DeptId, :Agent, :ReceiveDeptId
3377
3408
 
3378
- def initialize(operator=nil, deptid=nil, receivedeptid=nil)
3409
+ def initialize(operator=nil, deptid=nil, agent=nil, receivedeptid=nil)
3379
3410
  @Operator = operator
3380
3411
  @DeptId = deptid
3412
+ @Agent = agent
3381
3413
  @ReceiveDeptId = receivedeptid
3382
3414
  end
3383
3415
 
@@ -3387,6 +3419,10 @@ module TencentCloud
3387
3419
  @Operator.deserialize(params['Operator'])
3388
3420
  end
3389
3421
  @DeptId = params['DeptId']
3422
+ unless params['Agent'].nil?
3423
+ @Agent = Agent.new
3424
+ @Agent.deserialize(params['Agent'])
3425
+ end
3390
3426
  @ReceiveDeptId = params['ReceiveDeptId']
3391
3427
  end
3392
3428
  end
@@ -4170,20 +4206,25 @@ module TencentCloud
4170
4206
 
4171
4207
  # DescribeIntegrationDepartments请求参数结构体
4172
4208
  class DescribeIntegrationDepartmentsRequest < TencentCloud::Common::AbstractModel
4173
- # @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
4209
+ # @param Operator: 执行本接口操作的员工信息。
4210
+ # 注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
4174
4211
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
4175
4212
  # @param QueryType: 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
4176
4213
  # @type QueryType: Integer
4214
+ # @param Agent: 代理企业和员工的信息。
4215
+ # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
4216
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
4177
4217
  # @param DeptId: 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
4178
4218
  # @type DeptId: String
4179
4219
  # @param DeptOpenId: 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
4180
4220
  # @type DeptOpenId: String
4181
4221
 
4182
- attr_accessor :Operator, :QueryType, :DeptId, :DeptOpenId
4222
+ attr_accessor :Operator, :QueryType, :Agent, :DeptId, :DeptOpenId
4183
4223
 
4184
- def initialize(operator=nil, querytype=nil, deptid=nil, deptopenid=nil)
4224
+ def initialize(operator=nil, querytype=nil, agent=nil, deptid=nil, deptopenid=nil)
4185
4225
  @Operator = operator
4186
4226
  @QueryType = querytype
4227
+ @Agent = agent
4187
4228
  @DeptId = deptid
4188
4229
  @DeptOpenId = deptopenid
4189
4230
  end
@@ -4194,6 +4235,10 @@ module TencentCloud
4194
4235
  @Operator.deserialize(params['Operator'])
4195
4236
  end
4196
4237
  @QueryType = params['QueryType']
4238
+ unless params['Agent'].nil?
4239
+ @Agent = Agent.new
4240
+ @Agent.deserialize(params['Agent'])
4241
+ end
4197
4242
  @DeptId = params['DeptId']
4198
4243
  @DeptOpenId = params['DeptOpenId']
4199
4244
  end
@@ -4724,15 +4769,20 @@ module TencentCloud
4724
4769
  # @param LicenseTo: 自动签许可到期时间。当且仅当已开通自动签时有值。
4725
4770
  # 值为unix时间戳,单位为秒。
4726
4771
  # @type LicenseTo: Integer
4772
+ # @param LicenseType: 设置用户开通自动签时是否绑定个人自动签账号许可。一旦绑定后,将扣减购买的个人自动签账号许可一次(1年有效期),不可解绑释放。不传默认为绑定自动签账号许可。
4773
+ # 0-绑定个人自动签账号许可,开通后将扣减购买的个人自动签账号许可一次
4774
+ # 1-不绑定,发起合同时将按标准合同套餐进行扣减
4775
+ # @type LicenseType: Integer
4727
4776
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4728
4777
  # @type RequestId: String
4729
4778
 
4730
- attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :RequestId
4779
+ attr_accessor :IsOpen, :LicenseFrom, :LicenseTo, :LicenseType, :RequestId
4731
4780
 
4732
- def initialize(isopen=nil, licensefrom=nil, licenseto=nil, requestid=nil)
4781
+ def initialize(isopen=nil, licensefrom=nil, licenseto=nil, licensetype=nil, requestid=nil)
4733
4782
  @IsOpen = isopen
4734
4783
  @LicenseFrom = licensefrom
4735
4784
  @LicenseTo = licenseto
4785
+ @LicenseType = licensetype
4736
4786
  @RequestId = requestid
4737
4787
  end
4738
4788
 
@@ -4740,6 +4790,7 @@ module TencentCloud
4740
4790
  @IsOpen = params['IsOpen']
4741
4791
  @LicenseFrom = params['LicenseFrom']
4742
4792
  @LicenseTo = params['LicenseTo']
4793
+ @LicenseType = params['LicenseType']
4743
4794
  @RequestId = params['RequestId']
4744
4795
  end
4745
4796
  end
@@ -6232,10 +6283,14 @@ module TencentCloud
6232
6283
 
6233
6284
  # ModifyIntegrationDepartment请求参数结构体
6234
6285
  class ModifyIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
6235
- # @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
6286
+ # @param Operator: 执行本接口操作的员工信息。
6287
+ # 注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
6236
6288
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
6237
6289
  # @param DeptId: 电子签部门ID,通过DescribeIntegrationDepartments接口可以获取
6238
6290
  # @type DeptId: String
6291
+ # @param Agent: 代理企业和员工的信息。
6292
+ # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
6293
+ # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
6239
6294
  # @param ParentDeptId: 电子签父部门ID,通过DescribeIntegrationDepartments接口可以获取
6240
6295
  # @type ParentDeptId: String
6241
6296
  # @param DeptName: 部门名称,不超过50个字符
@@ -6245,11 +6300,12 @@ module TencentCloud
6245
6300
  # @param OrderNo: 排序号,1~30000范围内
6246
6301
  # @type OrderNo: Integer
6247
6302
 
6248
- attr_accessor :Operator, :DeptId, :ParentDeptId, :DeptName, :DeptOpenId, :OrderNo
6303
+ attr_accessor :Operator, :DeptId, :Agent, :ParentDeptId, :DeptName, :DeptOpenId, :OrderNo
6249
6304
 
6250
- def initialize(operator=nil, deptid=nil, parentdeptid=nil, deptname=nil, deptopenid=nil, orderno=nil)
6305
+ def initialize(operator=nil, deptid=nil, agent=nil, parentdeptid=nil, deptname=nil, deptopenid=nil, orderno=nil)
6251
6306
  @Operator = operator
6252
6307
  @DeptId = deptid
6308
+ @Agent = agent
6253
6309
  @ParentDeptId = parentdeptid
6254
6310
  @DeptName = deptname
6255
6311
  @DeptOpenId = deptopenid
@@ -6262,6 +6318,10 @@ module TencentCloud
6262
6318
  @Operator.deserialize(params['Operator'])
6263
6319
  end
6264
6320
  @DeptId = params['DeptId']
6321
+ unless params['Agent'].nil?
6322
+ @Agent = Agent.new
6323
+ @Agent.deserialize(params['Agent'])
6324
+ end
6265
6325
  @ParentDeptId = params['ParentDeptId']
6266
6326
  @DeptName = params['DeptName']
6267
6327
  @DeptOpenId = params['DeptOpenId']
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.639
4
+ version: 3.0.641
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-08-18 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common