tencentcloud-sdk-domain 3.0.570 → 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: 22f566e2a6f76298a515a10091d8f6036d21fee4
4
- data.tar.gz: 03ab9607c862695f08a49842fb6b50b682f47bf2
3
+ metadata.gz: 2c7c05ce86c7baf35401fa0a92fa1e43533b8a51
4
+ data.tar.gz: d85aa0617ec89944f060f24beef32c77a8c513fe
5
5
  SHA512:
6
- metadata.gz: bd04e8eea592d2290647f6665d59391433d0e901a6610975f63919a970cde0aa0ad6489e92bedc3be84a45766d11bd81aa883a32c3f2210c929563b98e718ced
7
- data.tar.gz: 7d1c82881ee495ed614b376fcb8bc7af94de47ea9137e022053c757a9d38c91d6f95618e574b5405885e8580fe67607018c3d62968cc6a058ff9b1600a0cfd39
6
+ metadata.gz: 492e56069f5384b0636e282eaeb511b7a950d710765698ee9fec0b359174a989299d62e35485908c89f40d256787477eba0eda5febfb6394a953f48c7603d6c4
7
+ data.tar.gz: c220085d51ab649ea1b963e04d45ea6e226019ce1d031fc23f05347e0e0b44c5404609ddde67664b486ae2257fdb7a21e4ad84e6a50157f1cbea997e7b22ce44
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.570
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.570
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-16 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