tencentcloud-sdk-domain 3.0.571 → 3.0.573

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: e226f1694a7e82f13e7c0b367f33562ae89c560d
4
+ data.tar.gz: ea5787282d95895c83cdcccad485fee3f442bbc3
5
5
  SHA512:
6
- metadata.gz: 01a67b588c276b0a0e0da1200bd68425cd7f799775c5fde0aab1a1fc35b287f7be095f05db5a42514529437827cdc8c9d761b4918dd997a02e6f7b1b19f19429
7
- data.tar.gz: d7fb036ee7809bc943e13c59c48fcb0aad59669102c80df7dd87cfe035e0ba0ac49d7c6feea7ad0e6cc68d77dfbd04619ce00aa874c4b7168eb1f863ce28f15a
6
+ metadata.gz: cdb46b2b57a06087c17e3d54f8e1f1a6f66bc1c1d99289e149029af4a45dc46d97e6186e575397973790259bad7ae03d63b985a4660e5ba026d43e18b10bc95b
7
+ data.tar.gz: de841bcc80c90d84e2c0ee474550cf82af2f4b306470dfae05c262ad0bbee1e7e7db4ffdf4a59e1167a68d0b5d6efe97a3264ca10139410773b8291278c833b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.571
1
+ 3.0.573
@@ -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.573
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common