tencentcloud-sdk-domain 3.0.571 → 3.0.572

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d8ac9d4db0e865e1a5d0c30e1e77c82405b5178
4
- data.tar.gz: 9696a8c9998a1271daff2f50a7eb75f1e0350666
3
+ metadata.gz: 2c7c05ce86c7baf35401fa0a92fa1e43533b8a51
4
+ data.tar.gz: d85aa0617ec89944f060f24beef32c77a8c513fe
5
5
  SHA512:
6
- metadata.gz: 01a67b588c276b0a0e0da1200bd68425cd7f799775c5fde0aab1a1fc35b287f7be095f05db5a42514529437827cdc8c9d761b4918dd997a02e6f7b1b19f19429
7
- data.tar.gz: d7fb036ee7809bc943e13c59c48fcb0aad59669102c80df7dd87cfe035e0ba0ac49d7c6feea7ad0e6cc68d77dfbd04619ce00aa874c4b7168eb1f863ce28f15a
6
+ metadata.gz: 492e56069f5384b0636e282eaeb511b7a950d710765698ee9fec0b359174a989299d62e35485908c89f40d256787477eba0eda5febfb6394a953f48c7603d6c4
7
+ data.tar.gz: c220085d51ab649ea1b963e04d45ea6e226019ce1d031fc23f05347e0e0b44c5404609ddde67664b486ae2257fdb7a21e4ad84e6a50157f1cbea997e7b22ce44
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.571
1
+ 3.0.572
@@ -123,6 +123,9 @@ module TencentCloud
123
123
  # @type CertificateType: String
124
124
  # @param ImgUrl: 证件照片地址。
125
125
  # @type ImgUrl: String
126
+ # @param OriginImgUrl: 原始照片地址
127
+ # 注意:此字段可能返回 null,表示取不到有效值。
128
+ # @type OriginImgUrl: String
126
129
  # @param RegistrantCertificateCode: 联系人证件号码。
127
130
  # 注意:此字段可能返回 null,表示取不到有效值。
128
131
  # @type RegistrantCertificateCode: String
@@ -133,12 +136,13 @@ module TencentCloud
133
136
  # 注意:此字段可能返回 null,表示取不到有效值。
134
137
  # @type RegistrantImgUrl: String
135
138
 
136
- attr_accessor :CertificateCode, :CertificateType, :ImgUrl, :RegistrantCertificateCode, :RegistrantCertificateType, :RegistrantImgUrl
139
+ attr_accessor :CertificateCode, :CertificateType, :ImgUrl, :OriginImgUrl, :RegistrantCertificateCode, :RegistrantCertificateType, :RegistrantImgUrl
137
140
 
138
- def initialize(certificatecode=nil, certificatetype=nil, imgurl=nil, registrantcertificatecode=nil, registrantcertificatetype=nil, registrantimgurl=nil)
141
+ def initialize(certificatecode=nil, certificatetype=nil, imgurl=nil, originimgurl=nil, registrantcertificatecode=nil, registrantcertificatetype=nil, registrantimgurl=nil)
139
142
  @CertificateCode = certificatecode
140
143
  @CertificateType = certificatetype
141
144
  @ImgUrl = imgurl
145
+ @OriginImgUrl = originimgurl
142
146
  @RegistrantCertificateCode = registrantcertificatecode
143
147
  @RegistrantCertificateType = registrantcertificatetype
144
148
  @RegistrantImgUrl = registrantimgurl
@@ -148,6 +152,7 @@ module TencentCloud
148
152
  @CertificateCode = params['CertificateCode']
149
153
  @CertificateType = params['CertificateType']
150
154
  @ImgUrl = params['ImgUrl']
155
+ @OriginImgUrl = params['OriginImgUrl']
151
156
  @RegistrantCertificateCode = params['RegistrantCertificateCode']
152
157
  @RegistrantCertificateType = params['RegistrantCertificateType']
153
158
  @RegistrantImgUrl = params['RegistrantImgUrl']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.571
4
+ version: 3.0.572
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-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common