tencentcloud-sdk-ccc 3.0.791 → 3.0.792
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/v20200210/client.rb +72 -0
- data/lib/v20200210/models.rb +280 -0
- 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: 4d0afd3c72d34a42518ef873ec025a61f7726495
|
4
|
+
data.tar.gz: 3860184442705ea4ef441e268967892300e6364a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20484759e8b35b21f6c1438618911c41caab57121804b01e3b9286afe2fffe9650fe670377d65c1cf4999ba295b60325c5d35c8003e7227437f3de1112f2e23d
|
7
|
+
data.tar.gz: a64f6438333ffb4bbf96998389afc4c1d59eef8b8c6427d2ad378513602c9cbb3e6937ec0b7388ab73d88e14316b56f13853a39950564b5f14c0fe8ebdf22717
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.792
|
data/lib/v20200210/client.rb
CHANGED
@@ -221,6 +221,30 @@ module TencentCloud
|
|
221
221
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
222
222
|
end
|
223
223
|
|
224
|
+
# 创建公司资质申请(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
|
225
|
+
|
226
|
+
# @param request: Request instance for CreateCompanyApply.
|
227
|
+
# @type request: :class:`Tencentcloud::ccc::V20200210::CreateCompanyApplyRequest`
|
228
|
+
# @rtype: :class:`Tencentcloud::ccc::V20200210::CreateCompanyApplyResponse`
|
229
|
+
def CreateCompanyApply(request)
|
230
|
+
body = send_request('CreateCompanyApply', request.serialize)
|
231
|
+
response = JSON.parse(body)
|
232
|
+
if response['Response'].key?('Error') == false
|
233
|
+
model = CreateCompanyApplyResponse.new
|
234
|
+
model.deserialize(response['Response'])
|
235
|
+
model
|
236
|
+
else
|
237
|
+
code = response['Response']['Error']['Code']
|
238
|
+
message = response['Response']['Error']['Message']
|
239
|
+
reqid = response['Response']['RequestId']
|
240
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
241
|
+
end
|
242
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
243
|
+
raise e
|
244
|
+
rescue StandardError => e
|
245
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
246
|
+
end
|
247
|
+
|
224
248
|
# 创建话机账号
|
225
249
|
|
226
250
|
# @param request: Request instance for CreateExtension.
|
@@ -583,6 +607,30 @@ module TencentCloud
|
|
583
607
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
584
608
|
end
|
585
609
|
|
610
|
+
# 查询公司资质申请列表
|
611
|
+
|
612
|
+
# @param request: Request instance for DescribeCompanyList.
|
613
|
+
# @type request: :class:`Tencentcloud::ccc::V20200210::DescribeCompanyListRequest`
|
614
|
+
# @rtype: :class:`Tencentcloud::ccc::V20200210::DescribeCompanyListResponse`
|
615
|
+
def DescribeCompanyList(request)
|
616
|
+
body = send_request('DescribeCompanyList', request.serialize)
|
617
|
+
response = JSON.parse(body)
|
618
|
+
if response['Response'].key?('Error') == false
|
619
|
+
model = DescribeCompanyListResponse.new
|
620
|
+
model.deserialize(response['Response'])
|
621
|
+
model
|
622
|
+
else
|
623
|
+
code = response['Response']['Error']['Code']
|
624
|
+
message = response['Response']['Error']['Message']
|
625
|
+
reqid = response['Response']['RequestId']
|
626
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
627
|
+
end
|
628
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
629
|
+
raise e
|
630
|
+
rescue StandardError => e
|
631
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
632
|
+
end
|
633
|
+
|
586
634
|
# 获取话机信息
|
587
635
|
|
588
636
|
# @param request: Request instance for DescribeExtension.
|
@@ -1015,6 +1063,30 @@ module TencentCloud
|
|
1015
1063
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1016
1064
|
end
|
1017
1065
|
|
1066
|
+
# 修改公司资质申请,只能修改状态为驳回或待审核的申请单。(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
|
1067
|
+
|
1068
|
+
# @param request: Request instance for ModifyCompanyApply.
|
1069
|
+
# @type request: :class:`Tencentcloud::ccc::V20200210::ModifyCompanyApplyRequest`
|
1070
|
+
# @rtype: :class:`Tencentcloud::ccc::V20200210::ModifyCompanyApplyResponse`
|
1071
|
+
def ModifyCompanyApply(request)
|
1072
|
+
body = send_request('ModifyCompanyApply', request.serialize)
|
1073
|
+
response = JSON.parse(body)
|
1074
|
+
if response['Response'].key?('Error') == false
|
1075
|
+
model = ModifyCompanyApplyResponse.new
|
1076
|
+
model.deserialize(response['Response'])
|
1077
|
+
model
|
1078
|
+
else
|
1079
|
+
code = response['Response']['Error']['Code']
|
1080
|
+
message = response['Response']['Error']['Message']
|
1081
|
+
reqid = response['Response']['RequestId']
|
1082
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1083
|
+
end
|
1084
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1085
|
+
raise e
|
1086
|
+
rescue StandardError => e
|
1087
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1088
|
+
end
|
1089
|
+
|
1018
1090
|
# 修改话机账号(绑定技能组、绑定坐席账号)
|
1019
1091
|
|
1020
1092
|
# @param request: Request instance for ModifyExtension.
|
data/lib/v20200210/models.rb
CHANGED
@@ -437,6 +437,144 @@ module TencentCloud
|
|
437
437
|
end
|
438
438
|
end
|
439
439
|
|
440
|
+
# 企业资质申请信息
|
441
|
+
class CompanyApplyInfo < TencentCloud::Common::AbstractModel
|
442
|
+
# @param ApplicantType: 申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)
|
443
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
444
|
+
# @type ApplicantType: Integer
|
445
|
+
# @param CompanyName: 企业名称
|
446
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
447
|
+
# @type CompanyName: String
|
448
|
+
# @param BusinessId: 统一社会信用代码
|
449
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
450
|
+
# @type BusinessId: String
|
451
|
+
# @param BusinessIdPicUrl: 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
452
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
453
|
+
# @type BusinessIdPicUrl: String
|
454
|
+
# @param CorporationName: 法定代表人名称
|
455
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
456
|
+
# @type CorporationName: String
|
457
|
+
# @param CorporationId: 法定代表人身份证号码
|
458
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
459
|
+
# @type CorporationId: String
|
460
|
+
# @param CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
461
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
462
|
+
# @type CorporationIdPicUrl: String
|
463
|
+
# @param BusinessScope: 业务经营范围
|
464
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
465
|
+
# @type BusinessScope: String
|
466
|
+
# @param AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
467
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
468
|
+
# @type AcceptPicUrl: String
|
469
|
+
# @param NetworkCommitmentPicUrl: 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
470
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
471
|
+
# @type NetworkCommitmentPicUrl: String
|
472
|
+
# @param CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
473
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
474
|
+
# @type CorporationHoldingOnIdPicUrl: String
|
475
|
+
# @param OperatorName: 经办人名称,申请人类型为经办人时必填。
|
476
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
477
|
+
# @type OperatorName: String
|
478
|
+
# @param OperatorId: 经办人证件号码,申请人类型为经办人时必填。
|
479
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
480
|
+
# @type OperatorId: String
|
481
|
+
# @param OperatorIdPicUrl: 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
482
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
483
|
+
# @type OperatorIdPicUrl: String
|
484
|
+
# @param OperatorHoldingOnIdPicUrl: 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
485
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
486
|
+
# @type OperatorHoldingOnIdPicUrl: String
|
487
|
+
# @param CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模版参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
488
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
489
|
+
# @type CommissionPicUrl: String
|
490
|
+
|
491
|
+
attr_accessor :ApplicantType, :CompanyName, :BusinessId, :BusinessIdPicUrl, :CorporationName, :CorporationId, :CorporationIdPicUrl, :BusinessScope, :AcceptPicUrl, :NetworkCommitmentPicUrl, :CorporationHoldingOnIdPicUrl, :OperatorName, :OperatorId, :OperatorIdPicUrl, :OperatorHoldingOnIdPicUrl, :CommissionPicUrl
|
492
|
+
|
493
|
+
def initialize(applicanttype=nil, companyname=nil, businessid=nil, businessidpicurl=nil, corporationname=nil, corporationid=nil, corporationidpicurl=nil, businessscope=nil, acceptpicurl=nil, networkcommitmentpicurl=nil, corporationholdingonidpicurl=nil, operatorname=nil, operatorid=nil, operatoridpicurl=nil, operatorholdingonidpicurl=nil, commissionpicurl=nil)
|
494
|
+
@ApplicantType = applicanttype
|
495
|
+
@CompanyName = companyname
|
496
|
+
@BusinessId = businessid
|
497
|
+
@BusinessIdPicUrl = businessidpicurl
|
498
|
+
@CorporationName = corporationname
|
499
|
+
@CorporationId = corporationid
|
500
|
+
@CorporationIdPicUrl = corporationidpicurl
|
501
|
+
@BusinessScope = businessscope
|
502
|
+
@AcceptPicUrl = acceptpicurl
|
503
|
+
@NetworkCommitmentPicUrl = networkcommitmentpicurl
|
504
|
+
@CorporationHoldingOnIdPicUrl = corporationholdingonidpicurl
|
505
|
+
@OperatorName = operatorname
|
506
|
+
@OperatorId = operatorid
|
507
|
+
@OperatorIdPicUrl = operatoridpicurl
|
508
|
+
@OperatorHoldingOnIdPicUrl = operatorholdingonidpicurl
|
509
|
+
@CommissionPicUrl = commissionpicurl
|
510
|
+
end
|
511
|
+
|
512
|
+
def deserialize(params)
|
513
|
+
@ApplicantType = params['ApplicantType']
|
514
|
+
@CompanyName = params['CompanyName']
|
515
|
+
@BusinessId = params['BusinessId']
|
516
|
+
@BusinessIdPicUrl = params['BusinessIdPicUrl']
|
517
|
+
@CorporationName = params['CorporationName']
|
518
|
+
@CorporationId = params['CorporationId']
|
519
|
+
@CorporationIdPicUrl = params['CorporationIdPicUrl']
|
520
|
+
@BusinessScope = params['BusinessScope']
|
521
|
+
@AcceptPicUrl = params['AcceptPicUrl']
|
522
|
+
@NetworkCommitmentPicUrl = params['NetworkCommitmentPicUrl']
|
523
|
+
@CorporationHoldingOnIdPicUrl = params['CorporationHoldingOnIdPicUrl']
|
524
|
+
@OperatorName = params['OperatorName']
|
525
|
+
@OperatorId = params['OperatorId']
|
526
|
+
@OperatorIdPicUrl = params['OperatorIdPicUrl']
|
527
|
+
@OperatorHoldingOnIdPicUrl = params['OperatorHoldingOnIdPicUrl']
|
528
|
+
@CommissionPicUrl = params['CommissionPicUrl']
|
529
|
+
end
|
530
|
+
end
|
531
|
+
|
532
|
+
# 公司资质审核状态信息
|
533
|
+
class CompanyStateInfo < TencentCloud::Common::AbstractModel
|
534
|
+
# @param Id: 申请单ID
|
535
|
+
# @type Id: Integer
|
536
|
+
# @param CompanyName: 公司名称
|
537
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
538
|
+
# @type CompanyName: String
|
539
|
+
# @param CreateTime: 创建时间
|
540
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
541
|
+
# @type CreateTime: Integer
|
542
|
+
# @param CheckTime: 审核时间
|
543
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
544
|
+
# @type CheckTime: Integer
|
545
|
+
# @param CheckMsg: 审核备注
|
546
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
547
|
+
# @type CheckMsg: String
|
548
|
+
# @param State: 审核状态,1-待审核,2-审核通过,3-驳回
|
549
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
550
|
+
# @type State: Integer
|
551
|
+
# @param BusinessId: 公司统一社会信用代码
|
552
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
553
|
+
# @type BusinessId: String
|
554
|
+
|
555
|
+
attr_accessor :Id, :CompanyName, :CreateTime, :CheckTime, :CheckMsg, :State, :BusinessId
|
556
|
+
|
557
|
+
def initialize(id=nil, companyname=nil, createtime=nil, checktime=nil, checkmsg=nil, state=nil, businessid=nil)
|
558
|
+
@Id = id
|
559
|
+
@CompanyName = companyname
|
560
|
+
@CreateTime = createtime
|
561
|
+
@CheckTime = checktime
|
562
|
+
@CheckMsg = checkmsg
|
563
|
+
@State = state
|
564
|
+
@BusinessId = businessid
|
565
|
+
end
|
566
|
+
|
567
|
+
def deserialize(params)
|
568
|
+
@Id = params['Id']
|
569
|
+
@CompanyName = params['CompanyName']
|
570
|
+
@CreateTime = params['CreateTime']
|
571
|
+
@CheckTime = params['CheckTime']
|
572
|
+
@CheckMsg = params['CheckMsg']
|
573
|
+
@State = params['State']
|
574
|
+
@BusinessId = params['BusinessId']
|
575
|
+
end
|
576
|
+
end
|
577
|
+
|
440
578
|
# CreateAdminURL请求参数结构体
|
441
579
|
class CreateAdminURLRequest < TencentCloud::Common::AbstractModel
|
442
580
|
# @param SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
@@ -733,6 +871,45 @@ module TencentCloud
|
|
733
871
|
end
|
734
872
|
end
|
735
873
|
|
874
|
+
# CreateCompanyApply请求参数结构体
|
875
|
+
class CreateCompanyApplyRequest < TencentCloud::Common::AbstractModel
|
876
|
+
# @param CompanyInfo: 企业资质信息
|
877
|
+
# @type CompanyInfo: :class:`Tencentcloud::Ccc.v20200210.models.CompanyApplyInfo`
|
878
|
+
|
879
|
+
attr_accessor :CompanyInfo
|
880
|
+
|
881
|
+
def initialize(companyinfo=nil)
|
882
|
+
@CompanyInfo = companyinfo
|
883
|
+
end
|
884
|
+
|
885
|
+
def deserialize(params)
|
886
|
+
unless params['CompanyInfo'].nil?
|
887
|
+
@CompanyInfo = CompanyApplyInfo.new
|
888
|
+
@CompanyInfo.deserialize(params['CompanyInfo'])
|
889
|
+
end
|
890
|
+
end
|
891
|
+
end
|
892
|
+
|
893
|
+
# CreateCompanyApply返回参数结构体
|
894
|
+
class CreateCompanyApplyResponse < TencentCloud::Common::AbstractModel
|
895
|
+
# @param Id: 申请单ID
|
896
|
+
# @type Id: Integer
|
897
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
898
|
+
# @type RequestId: String
|
899
|
+
|
900
|
+
attr_accessor :Id, :RequestId
|
901
|
+
|
902
|
+
def initialize(id=nil, requestid=nil)
|
903
|
+
@Id = id
|
904
|
+
@RequestId = requestid
|
905
|
+
end
|
906
|
+
|
907
|
+
def deserialize(params)
|
908
|
+
@Id = params['Id']
|
909
|
+
@RequestId = params['RequestId']
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
736
913
|
# CreateExtension请求参数结构体
|
737
914
|
class CreateExtensionRequest < TencentCloud::Common::AbstractModel
|
738
915
|
# @param SdkAppId: TCCC 实例应用 ID
|
@@ -1616,6 +1793,70 @@ module TencentCloud
|
|
1616
1793
|
end
|
1617
1794
|
end
|
1618
1795
|
|
1796
|
+
# DescribeCompanyList请求参数结构体
|
1797
|
+
class DescribeCompanyListRequest < TencentCloud::Common::AbstractModel
|
1798
|
+
# @param PageSize: 分页尺寸,上限 100
|
1799
|
+
# @type PageSize: Integer
|
1800
|
+
# @param PageNumber: 分页页码,从 0 开始
|
1801
|
+
# @type PageNumber: Integer
|
1802
|
+
# @param CompanyName: 公司名称
|
1803
|
+
# @type CompanyName: Array
|
1804
|
+
# @param State: 审核状态,1-待审核,2-审核通过,3-驳回
|
1805
|
+
# @type State: Array
|
1806
|
+
# @param ApplyID: 申请ID
|
1807
|
+
# @type ApplyID: Array
|
1808
|
+
|
1809
|
+
attr_accessor :PageSize, :PageNumber, :CompanyName, :State, :ApplyID
|
1810
|
+
|
1811
|
+
def initialize(pagesize=nil, pagenumber=nil, companyname=nil, state=nil, applyid=nil)
|
1812
|
+
@PageSize = pagesize
|
1813
|
+
@PageNumber = pagenumber
|
1814
|
+
@CompanyName = companyname
|
1815
|
+
@State = state
|
1816
|
+
@ApplyID = applyid
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
def deserialize(params)
|
1820
|
+
@PageSize = params['PageSize']
|
1821
|
+
@PageNumber = params['PageNumber']
|
1822
|
+
@CompanyName = params['CompanyName']
|
1823
|
+
@State = params['State']
|
1824
|
+
@ApplyID = params['ApplyID']
|
1825
|
+
end
|
1826
|
+
end
|
1827
|
+
|
1828
|
+
# DescribeCompanyList返回参数结构体
|
1829
|
+
class DescribeCompanyListResponse < TencentCloud::Common::AbstractModel
|
1830
|
+
# @param TotalCount: 总数
|
1831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1832
|
+
# @type TotalCount: Integer
|
1833
|
+
# @param CompanyInfo: 企业资质审核信息
|
1834
|
+
# @type CompanyInfo: Array
|
1835
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1836
|
+
# @type RequestId: String
|
1837
|
+
|
1838
|
+
attr_accessor :TotalCount, :CompanyInfo, :RequestId
|
1839
|
+
|
1840
|
+
def initialize(totalcount=nil, companyinfo=nil, requestid=nil)
|
1841
|
+
@TotalCount = totalcount
|
1842
|
+
@CompanyInfo = companyinfo
|
1843
|
+
@RequestId = requestid
|
1844
|
+
end
|
1845
|
+
|
1846
|
+
def deserialize(params)
|
1847
|
+
@TotalCount = params['TotalCount']
|
1848
|
+
unless params['CompanyInfo'].nil?
|
1849
|
+
@CompanyInfo = []
|
1850
|
+
params['CompanyInfo'].each do |i|
|
1851
|
+
companystateinfo_tmp = CompanyStateInfo.new
|
1852
|
+
companystateinfo_tmp.deserialize(i)
|
1853
|
+
@CompanyInfo << companystateinfo_tmp
|
1854
|
+
end
|
1855
|
+
end
|
1856
|
+
@RequestId = params['RequestId']
|
1857
|
+
end
|
1858
|
+
end
|
1859
|
+
|
1619
1860
|
# DescribeExtension请求参数结构体
|
1620
1861
|
class DescribeExtensionRequest < TencentCloud::Common::AbstractModel
|
1621
1862
|
# @param SdkAppId: TCCC 实例应用 ID
|
@@ -3075,6 +3316,45 @@ module TencentCloud
|
|
3075
3316
|
end
|
3076
3317
|
end
|
3077
3318
|
|
3319
|
+
# ModifyCompanyApply请求参数结构体
|
3320
|
+
class ModifyCompanyApplyRequest < TencentCloud::Common::AbstractModel
|
3321
|
+
# @param ApplyId: 申请单ID(只能修改状态为“驳回”或者“待审核”的申请单)
|
3322
|
+
# @type ApplyId: Integer
|
3323
|
+
# @param CompanyInfo: 企业资质信息
|
3324
|
+
# @type CompanyInfo: :class:`Tencentcloud::Ccc.v20200210.models.CompanyApplyInfo`
|
3325
|
+
|
3326
|
+
attr_accessor :ApplyId, :CompanyInfo
|
3327
|
+
|
3328
|
+
def initialize(applyid=nil, companyinfo=nil)
|
3329
|
+
@ApplyId = applyid
|
3330
|
+
@CompanyInfo = companyinfo
|
3331
|
+
end
|
3332
|
+
|
3333
|
+
def deserialize(params)
|
3334
|
+
@ApplyId = params['ApplyId']
|
3335
|
+
unless params['CompanyInfo'].nil?
|
3336
|
+
@CompanyInfo = CompanyApplyInfo.new
|
3337
|
+
@CompanyInfo.deserialize(params['CompanyInfo'])
|
3338
|
+
end
|
3339
|
+
end
|
3340
|
+
end
|
3341
|
+
|
3342
|
+
# ModifyCompanyApply返回参数结构体
|
3343
|
+
class ModifyCompanyApplyResponse < TencentCloud::Common::AbstractModel
|
3344
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3345
|
+
# @type RequestId: String
|
3346
|
+
|
3347
|
+
attr_accessor :RequestId
|
3348
|
+
|
3349
|
+
def initialize(requestid=nil)
|
3350
|
+
@RequestId = requestid
|
3351
|
+
end
|
3352
|
+
|
3353
|
+
def deserialize(params)
|
3354
|
+
@RequestId = params['RequestId']
|
3355
|
+
end
|
3356
|
+
end
|
3357
|
+
|
3078
3358
|
# ModifyExtension请求参数结构体
|
3079
3359
|
class ModifyExtensionRequest < TencentCloud::Common::AbstractModel
|
3080
3360
|
# @param SdkAppId: TCCC 实例应用 ID
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ccc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.792
|
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-03-
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|