tencentcloud-sdk-ccc 3.0.824 → 3.0.825
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +53 -13
- 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: f649e06014eb9ac62b5a4495a265d3f81871e378
|
4
|
+
data.tar.gz: 7e88ec8738641ee886b3e7465af1007eac772d05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0568e8ceb29ce313f29c8d6a53300f3390ef60f8865b7bc6937e46469939b064e4a867c66d8a2b285f1f3795272b018e3e4dac78fe2160bbfe4560fd682d3c2c
|
7
|
+
data.tar.gz: c868229786f71669cf9a970545ddff040d8661ece993573f5cdb9429c878273eff8fafce3e3b74ed391b2a522798efe28a8657d925121632cb3a725c434430ae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.825
|
data/lib/v20200210/models.rb
CHANGED
@@ -492,15 +492,27 @@ module TencentCloud
|
|
492
492
|
# @param CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
493
493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
494
494
|
# @type CorporationIdPicUrl: String
|
495
|
-
# @param
|
495
|
+
# @param NetworkCommitmentPicUrl: 安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
496
496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
497
|
-
# @type
|
497
|
+
# @type NetworkCommitmentPicUrl: String
|
498
|
+
# @param IsEqualTencentCloud: 是否与腾讯云账号的资质一致,0-不一致,1-一致
|
499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
500
|
+
# @type IsEqualTencentCloud: Integer
|
501
|
+
# @param CorporationMobile: 法定代表人手机号
|
502
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
503
|
+
# @type CorporationMobile: String
|
504
|
+
# @param CorporationMobilePicUrl: 法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
505
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
506
|
+
# @type CorporationMobilePicUrl: String
|
507
|
+
# @param UseDescribeFileUrl: 通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
508
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
509
|
+
# @type UseDescribeFileUrl: String
|
510
|
+
# @param CompanyAuthLetterPicUrl: 公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
511
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
512
|
+
# @type CompanyAuthLetterPicUrl: String
|
498
513
|
# @param AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
499
514
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
500
515
|
# @type AcceptPicUrl: String
|
501
|
-
# @param NetworkCommitmentPicUrl: 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
503
|
-
# @type NetworkCommitmentPicUrl: String
|
504
516
|
# @param CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
505
517
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
506
518
|
# @type CorporationHoldingOnIdPicUrl: String
|
@@ -519,10 +531,19 @@ module TencentCloud
|
|
519
531
|
# @param CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
520
532
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
521
533
|
# @type CommissionPicUrl: String
|
534
|
+
# @param OperatorMobile: 经办人手机号,申请人类型为经办人时必填。
|
535
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
536
|
+
# @type OperatorMobile: String
|
537
|
+
# @param OperatorEmail: 经办人邮箱,申请人类型为经办人时必填。
|
538
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
539
|
+
# @type OperatorEmail: String
|
540
|
+
# @param OperatorMobilePicUrl: 经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
541
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
542
|
+
# @type OperatorMobilePicUrl: String
|
522
543
|
|
523
|
-
attr_accessor :ApplicantType, :CompanyName, :BusinessId, :BusinessIdPicUrl, :CorporationName, :CorporationId, :CorporationIdPicUrl, :
|
544
|
+
attr_accessor :ApplicantType, :CompanyName, :BusinessId, :BusinessIdPicUrl, :CorporationName, :CorporationId, :CorporationIdPicUrl, :NetworkCommitmentPicUrl, :IsEqualTencentCloud, :CorporationMobile, :CorporationMobilePicUrl, :UseDescribeFileUrl, :CompanyAuthLetterPicUrl, :AcceptPicUrl, :CorporationHoldingOnIdPicUrl, :OperatorName, :OperatorId, :OperatorIdPicUrl, :OperatorHoldingOnIdPicUrl, :CommissionPicUrl, :OperatorMobile, :OperatorEmail, :OperatorMobilePicUrl
|
524
545
|
|
525
|
-
def initialize(applicanttype=nil, companyname=nil, businessid=nil, businessidpicurl=nil, corporationname=nil, corporationid=nil, corporationidpicurl=nil,
|
546
|
+
def initialize(applicanttype=nil, companyname=nil, businessid=nil, businessidpicurl=nil, corporationname=nil, corporationid=nil, corporationidpicurl=nil, networkcommitmentpicurl=nil, isequaltencentcloud=nil, corporationmobile=nil, corporationmobilepicurl=nil, usedescribefileurl=nil, companyauthletterpicurl=nil, acceptpicurl=nil, corporationholdingonidpicurl=nil, operatorname=nil, operatorid=nil, operatoridpicurl=nil, operatorholdingonidpicurl=nil, commissionpicurl=nil, operatormobile=nil, operatoremail=nil, operatormobilepicurl=nil)
|
526
547
|
@ApplicantType = applicanttype
|
527
548
|
@CompanyName = companyname
|
528
549
|
@BusinessId = businessid
|
@@ -530,15 +551,22 @@ module TencentCloud
|
|
530
551
|
@CorporationName = corporationname
|
531
552
|
@CorporationId = corporationid
|
532
553
|
@CorporationIdPicUrl = corporationidpicurl
|
533
|
-
@BusinessScope = businessscope
|
534
|
-
@AcceptPicUrl = acceptpicurl
|
535
554
|
@NetworkCommitmentPicUrl = networkcommitmentpicurl
|
555
|
+
@IsEqualTencentCloud = isequaltencentcloud
|
556
|
+
@CorporationMobile = corporationmobile
|
557
|
+
@CorporationMobilePicUrl = corporationmobilepicurl
|
558
|
+
@UseDescribeFileUrl = usedescribefileurl
|
559
|
+
@CompanyAuthLetterPicUrl = companyauthletterpicurl
|
560
|
+
@AcceptPicUrl = acceptpicurl
|
536
561
|
@CorporationHoldingOnIdPicUrl = corporationholdingonidpicurl
|
537
562
|
@OperatorName = operatorname
|
538
563
|
@OperatorId = operatorid
|
539
564
|
@OperatorIdPicUrl = operatoridpicurl
|
540
565
|
@OperatorHoldingOnIdPicUrl = operatorholdingonidpicurl
|
541
566
|
@CommissionPicUrl = commissionpicurl
|
567
|
+
@OperatorMobile = operatormobile
|
568
|
+
@OperatorEmail = operatoremail
|
569
|
+
@OperatorMobilePicUrl = operatormobilepicurl
|
542
570
|
end
|
543
571
|
|
544
572
|
def deserialize(params)
|
@@ -549,15 +577,22 @@ module TencentCloud
|
|
549
577
|
@CorporationName = params['CorporationName']
|
550
578
|
@CorporationId = params['CorporationId']
|
551
579
|
@CorporationIdPicUrl = params['CorporationIdPicUrl']
|
552
|
-
@BusinessScope = params['BusinessScope']
|
553
|
-
@AcceptPicUrl = params['AcceptPicUrl']
|
554
580
|
@NetworkCommitmentPicUrl = params['NetworkCommitmentPicUrl']
|
581
|
+
@IsEqualTencentCloud = params['IsEqualTencentCloud']
|
582
|
+
@CorporationMobile = params['CorporationMobile']
|
583
|
+
@CorporationMobilePicUrl = params['CorporationMobilePicUrl']
|
584
|
+
@UseDescribeFileUrl = params['UseDescribeFileUrl']
|
585
|
+
@CompanyAuthLetterPicUrl = params['CompanyAuthLetterPicUrl']
|
586
|
+
@AcceptPicUrl = params['AcceptPicUrl']
|
555
587
|
@CorporationHoldingOnIdPicUrl = params['CorporationHoldingOnIdPicUrl']
|
556
588
|
@OperatorName = params['OperatorName']
|
557
589
|
@OperatorId = params['OperatorId']
|
558
590
|
@OperatorIdPicUrl = params['OperatorIdPicUrl']
|
559
591
|
@OperatorHoldingOnIdPicUrl = params['OperatorHoldingOnIdPicUrl']
|
560
592
|
@CommissionPicUrl = params['CommissionPicUrl']
|
593
|
+
@OperatorMobile = params['OperatorMobile']
|
594
|
+
@OperatorEmail = params['OperatorEmail']
|
595
|
+
@OperatorMobilePicUrl = params['OperatorMobilePicUrl']
|
561
596
|
end
|
562
597
|
end
|
563
598
|
|
@@ -583,10 +618,13 @@ module TencentCloud
|
|
583
618
|
# @param BusinessId: 公司统一社会信用代码
|
584
619
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
585
620
|
# @type BusinessId: String
|
621
|
+
# @param ModifyTime: 修改时间
|
622
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
623
|
+
# @type ModifyTime: Integer
|
586
624
|
|
587
|
-
attr_accessor :Id, :CompanyName, :CreateTime, :CheckTime, :CheckMsg, :State, :BusinessId
|
625
|
+
attr_accessor :Id, :CompanyName, :CreateTime, :CheckTime, :CheckMsg, :State, :BusinessId, :ModifyTime
|
588
626
|
|
589
|
-
def initialize(id=nil, companyname=nil, createtime=nil, checktime=nil, checkmsg=nil, state=nil, businessid=nil)
|
627
|
+
def initialize(id=nil, companyname=nil, createtime=nil, checktime=nil, checkmsg=nil, state=nil, businessid=nil, modifytime=nil)
|
590
628
|
@Id = id
|
591
629
|
@CompanyName = companyname
|
592
630
|
@CreateTime = createtime
|
@@ -594,6 +632,7 @@ module TencentCloud
|
|
594
632
|
@CheckMsg = checkmsg
|
595
633
|
@State = state
|
596
634
|
@BusinessId = businessid
|
635
|
+
@ModifyTime = modifytime
|
597
636
|
end
|
598
637
|
|
599
638
|
def deserialize(params)
|
@@ -604,6 +643,7 @@ module TencentCloud
|
|
604
643
|
@CheckMsg = params['CheckMsg']
|
605
644
|
@State = params['State']
|
606
645
|
@BusinessId = params['BusinessId']
|
646
|
+
@ModifyTime = params['ModifyTime']
|
607
647
|
end
|
608
648
|
end
|
609
649
|
|
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.825
|
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-05-
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|