tencentcloud-sdk-af 1.0.296 → 1.0.297
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/v20200226/models.rb +6 -2
- 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: 2fbb13fec95f07c84669db14cee9e113a75e04c1
|
4
|
+
data.tar.gz: ee343e9ac4f83296873eb9d675ebab4495675984
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c22776a58884a3850cc0a3fd7243a5bd1db1c6669ed085d90948b727332b4e1584126cf576734e09a0243d7a066c0566534304801e36b7a4acf5dc1e7dab885
|
7
|
+
data.tar.gz: 62fda0aa78f835e27cdd3d55c239ee9537e5afbcedb852dccfb50203ea3c8cbe5e6ff785ea4639d60ba54446778710a2592e74aed666d6a82da39ffe2bfd4582
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.297
|
data/lib/v20200226/models.rb
CHANGED
@@ -132,10 +132,12 @@ module TencentCloud
|
|
132
132
|
# 0:不加密(默认值)
|
133
133
|
# 1:md5
|
134
134
|
# @type NameCryptoType: String
|
135
|
+
# @param OldResponseType: 是否使用旧回包
|
136
|
+
# @type OldResponseType: String
|
135
137
|
|
136
|
-
attr_accessor :CustomerUin, :CustomerAppid, :IdNumber, :PhoneNumber, :Scene, :CustomerSubUin, :Authorization, :Name, :BankCardNumber, :UserIp, :Imei, :Idfa, :EmailAddress, :Address, :Mac, :Imsi, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :ExtensionId, :ExtensionIn, :BusinessId, :IdCryptoType, :PhoneCryptoType, :NameCryptoType
|
138
|
+
attr_accessor :CustomerUin, :CustomerAppid, :IdNumber, :PhoneNumber, :Scene, :CustomerSubUin, :Authorization, :Name, :BankCardNumber, :UserIp, :Imei, :Idfa, :EmailAddress, :Address, :Mac, :Imsi, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :ExtensionId, :ExtensionIn, :BusinessId, :IdCryptoType, :PhoneCryptoType, :NameCryptoType, :OldResponseType
|
137
139
|
|
138
|
-
def initialize(customeruin=nil, customerappid=nil, idnumber=nil, phonenumber=nil, scene=nil, customersubuin=nil, authorization=nil, name=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, emailaddress=nil, address=nil, mac=nil, imsi=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, extensionid=nil, extensionin=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, namecryptotype=nil)
|
140
|
+
def initialize(customeruin=nil, customerappid=nil, idnumber=nil, phonenumber=nil, scene=nil, customersubuin=nil, authorization=nil, name=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, emailaddress=nil, address=nil, mac=nil, imsi=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, extensionid=nil, extensionin=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, namecryptotype=nil, oldresponsetype=nil)
|
139
141
|
@CustomerUin = customeruin
|
140
142
|
@CustomerAppid = customerappid
|
141
143
|
@IdNumber = idnumber
|
@@ -164,6 +166,7 @@ module TencentCloud
|
|
164
166
|
@IdCryptoType = idcryptotype
|
165
167
|
@PhoneCryptoType = phonecryptotype
|
166
168
|
@NameCryptoType = namecryptotype
|
169
|
+
@OldResponseType = oldresponsetype
|
167
170
|
end
|
168
171
|
|
169
172
|
def deserialize(params)
|
@@ -195,6 +198,7 @@ module TencentCloud
|
|
195
198
|
@IdCryptoType = params['IdCryptoType']
|
196
199
|
@PhoneCryptoType = params['PhoneCryptoType']
|
197
200
|
@NameCryptoType = params['NameCryptoType']
|
201
|
+
@OldResponseType = params['OldResponseType']
|
198
202
|
end
|
199
203
|
end
|
200
204
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-af
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.297
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|