tencentcloud-sdk-python 3.0.1149__py2.py3-none-any.whl → 3.0.1150__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1149'
17
+ __version__ = '3.0.1150'
@@ -1074,15 +1074,27 @@ class CompanyApplyInfo(AbstractModel):
1074
1074
  :param _CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1075
1075
  注意:此字段可能返回 null,表示取不到有效值。
1076
1076
  :type CorporationIdPicUrl: str
1077
- :param _BusinessScope: 业务经营范围
1077
+ :param _NetworkCommitmentPicUrl: 安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1078
1078
  注意:此字段可能返回 null,表示取不到有效值。
1079
- :type BusinessScope: str
1079
+ :type NetworkCommitmentPicUrl: str
1080
+ :param _IsEqualTencentCloud: 是否与腾讯云账号的资质一致,0-不一致,1-一致
1081
+ 注意:此字段可能返回 null,表示取不到有效值。
1082
+ :type IsEqualTencentCloud: int
1083
+ :param _CorporationMobile: 法定代表人手机号
1084
+ 注意:此字段可能返回 null,表示取不到有效值。
1085
+ :type CorporationMobile: str
1086
+ :param _CorporationMobilePicUrl: 法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1087
+ 注意:此字段可能返回 null,表示取不到有效值。
1088
+ :type CorporationMobilePicUrl: str
1089
+ :param _UseDescribeFileUrl: 通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1090
+ 注意:此字段可能返回 null,表示取不到有效值。
1091
+ :type UseDescribeFileUrl: str
1092
+ :param _CompanyAuthLetterPicUrl: 公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1093
+ 注意:此字段可能返回 null,表示取不到有效值。
1094
+ :type CompanyAuthLetterPicUrl: str
1080
1095
  :param _AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1081
1096
  注意:此字段可能返回 null,表示取不到有效值。
1082
1097
  :type AcceptPicUrl: str
1083
- :param _NetworkCommitmentPicUrl: 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1084
- 注意:此字段可能返回 null,表示取不到有效值。
1085
- :type NetworkCommitmentPicUrl: str
1086
1098
  :param _CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1087
1099
  注意:此字段可能返回 null,表示取不到有效值。
1088
1100
  :type CorporationHoldingOnIdPicUrl: str
@@ -1101,6 +1113,15 @@ class CompanyApplyInfo(AbstractModel):
1101
1113
  :param _CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1102
1114
  注意:此字段可能返回 null,表示取不到有效值。
1103
1115
  :type CommissionPicUrl: str
1116
+ :param _OperatorMobile: 经办人手机号,申请人类型为经办人时必填。
1117
+ 注意:此字段可能返回 null,表示取不到有效值。
1118
+ :type OperatorMobile: str
1119
+ :param _OperatorEmail: 经办人邮箱,申请人类型为经办人时必填。
1120
+ 注意:此字段可能返回 null,表示取不到有效值。
1121
+ :type OperatorEmail: str
1122
+ :param _OperatorMobilePicUrl: 经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
1123
+ 注意:此字段可能返回 null,表示取不到有效值。
1124
+ :type OperatorMobilePicUrl: str
1104
1125
  """
1105
1126
  self._ApplicantType = None
1106
1127
  self._CompanyName = None
@@ -1109,15 +1130,22 @@ class CompanyApplyInfo(AbstractModel):
1109
1130
  self._CorporationName = None
1110
1131
  self._CorporationId = None
1111
1132
  self._CorporationIdPicUrl = None
1112
- self._BusinessScope = None
1113
- self._AcceptPicUrl = None
1114
1133
  self._NetworkCommitmentPicUrl = None
1134
+ self._IsEqualTencentCloud = None
1135
+ self._CorporationMobile = None
1136
+ self._CorporationMobilePicUrl = None
1137
+ self._UseDescribeFileUrl = None
1138
+ self._CompanyAuthLetterPicUrl = None
1139
+ self._AcceptPicUrl = None
1115
1140
  self._CorporationHoldingOnIdPicUrl = None
1116
1141
  self._OperatorName = None
1117
1142
  self._OperatorId = None
1118
1143
  self._OperatorIdPicUrl = None
1119
1144
  self._OperatorHoldingOnIdPicUrl = None
1120
1145
  self._CommissionPicUrl = None
1146
+ self._OperatorMobile = None
1147
+ self._OperatorEmail = None
1148
+ self._OperatorMobilePicUrl = None
1121
1149
 
1122
1150
  @property
1123
1151
  def ApplicantType(self):
@@ -1176,12 +1204,52 @@ class CompanyApplyInfo(AbstractModel):
1176
1204
  self._CorporationIdPicUrl = CorporationIdPicUrl
1177
1205
 
1178
1206
  @property
1179
- def BusinessScope(self):
1180
- return self._BusinessScope
1207
+ def NetworkCommitmentPicUrl(self):
1208
+ return self._NetworkCommitmentPicUrl
1209
+
1210
+ @NetworkCommitmentPicUrl.setter
1211
+ def NetworkCommitmentPicUrl(self, NetworkCommitmentPicUrl):
1212
+ self._NetworkCommitmentPicUrl = NetworkCommitmentPicUrl
1213
+
1214
+ @property
1215
+ def IsEqualTencentCloud(self):
1216
+ return self._IsEqualTencentCloud
1217
+
1218
+ @IsEqualTencentCloud.setter
1219
+ def IsEqualTencentCloud(self, IsEqualTencentCloud):
1220
+ self._IsEqualTencentCloud = IsEqualTencentCloud
1221
+
1222
+ @property
1223
+ def CorporationMobile(self):
1224
+ return self._CorporationMobile
1225
+
1226
+ @CorporationMobile.setter
1227
+ def CorporationMobile(self, CorporationMobile):
1228
+ self._CorporationMobile = CorporationMobile
1229
+
1230
+ @property
1231
+ def CorporationMobilePicUrl(self):
1232
+ return self._CorporationMobilePicUrl
1233
+
1234
+ @CorporationMobilePicUrl.setter
1235
+ def CorporationMobilePicUrl(self, CorporationMobilePicUrl):
1236
+ self._CorporationMobilePicUrl = CorporationMobilePicUrl
1237
+
1238
+ @property
1239
+ def UseDescribeFileUrl(self):
1240
+ return self._UseDescribeFileUrl
1241
+
1242
+ @UseDescribeFileUrl.setter
1243
+ def UseDescribeFileUrl(self, UseDescribeFileUrl):
1244
+ self._UseDescribeFileUrl = UseDescribeFileUrl
1245
+
1246
+ @property
1247
+ def CompanyAuthLetterPicUrl(self):
1248
+ return self._CompanyAuthLetterPicUrl
1181
1249
 
1182
- @BusinessScope.setter
1183
- def BusinessScope(self, BusinessScope):
1184
- self._BusinessScope = BusinessScope
1250
+ @CompanyAuthLetterPicUrl.setter
1251
+ def CompanyAuthLetterPicUrl(self, CompanyAuthLetterPicUrl):
1252
+ self._CompanyAuthLetterPicUrl = CompanyAuthLetterPicUrl
1185
1253
 
1186
1254
  @property
1187
1255
  def AcceptPicUrl(self):
@@ -1191,14 +1259,6 @@ class CompanyApplyInfo(AbstractModel):
1191
1259
  def AcceptPicUrl(self, AcceptPicUrl):
1192
1260
  self._AcceptPicUrl = AcceptPicUrl
1193
1261
 
1194
- @property
1195
- def NetworkCommitmentPicUrl(self):
1196
- return self._NetworkCommitmentPicUrl
1197
-
1198
- @NetworkCommitmentPicUrl.setter
1199
- def NetworkCommitmentPicUrl(self, NetworkCommitmentPicUrl):
1200
- self._NetworkCommitmentPicUrl = NetworkCommitmentPicUrl
1201
-
1202
1262
  @property
1203
1263
  def CorporationHoldingOnIdPicUrl(self):
1204
1264
  return self._CorporationHoldingOnIdPicUrl
@@ -1247,6 +1307,30 @@ class CompanyApplyInfo(AbstractModel):
1247
1307
  def CommissionPicUrl(self, CommissionPicUrl):
1248
1308
  self._CommissionPicUrl = CommissionPicUrl
1249
1309
 
1310
+ @property
1311
+ def OperatorMobile(self):
1312
+ return self._OperatorMobile
1313
+
1314
+ @OperatorMobile.setter
1315
+ def OperatorMobile(self, OperatorMobile):
1316
+ self._OperatorMobile = OperatorMobile
1317
+
1318
+ @property
1319
+ def OperatorEmail(self):
1320
+ return self._OperatorEmail
1321
+
1322
+ @OperatorEmail.setter
1323
+ def OperatorEmail(self, OperatorEmail):
1324
+ self._OperatorEmail = OperatorEmail
1325
+
1326
+ @property
1327
+ def OperatorMobilePicUrl(self):
1328
+ return self._OperatorMobilePicUrl
1329
+
1330
+ @OperatorMobilePicUrl.setter
1331
+ def OperatorMobilePicUrl(self, OperatorMobilePicUrl):
1332
+ self._OperatorMobilePicUrl = OperatorMobilePicUrl
1333
+
1250
1334
 
1251
1335
  def _deserialize(self, params):
1252
1336
  self._ApplicantType = params.get("ApplicantType")
@@ -1256,15 +1340,22 @@ class CompanyApplyInfo(AbstractModel):
1256
1340
  self._CorporationName = params.get("CorporationName")
1257
1341
  self._CorporationId = params.get("CorporationId")
1258
1342
  self._CorporationIdPicUrl = params.get("CorporationIdPicUrl")
1259
- self._BusinessScope = params.get("BusinessScope")
1260
- self._AcceptPicUrl = params.get("AcceptPicUrl")
1261
1343
  self._NetworkCommitmentPicUrl = params.get("NetworkCommitmentPicUrl")
1344
+ self._IsEqualTencentCloud = params.get("IsEqualTencentCloud")
1345
+ self._CorporationMobile = params.get("CorporationMobile")
1346
+ self._CorporationMobilePicUrl = params.get("CorporationMobilePicUrl")
1347
+ self._UseDescribeFileUrl = params.get("UseDescribeFileUrl")
1348
+ self._CompanyAuthLetterPicUrl = params.get("CompanyAuthLetterPicUrl")
1349
+ self._AcceptPicUrl = params.get("AcceptPicUrl")
1262
1350
  self._CorporationHoldingOnIdPicUrl = params.get("CorporationHoldingOnIdPicUrl")
1263
1351
  self._OperatorName = params.get("OperatorName")
1264
1352
  self._OperatorId = params.get("OperatorId")
1265
1353
  self._OperatorIdPicUrl = params.get("OperatorIdPicUrl")
1266
1354
  self._OperatorHoldingOnIdPicUrl = params.get("OperatorHoldingOnIdPicUrl")
1267
1355
  self._CommissionPicUrl = params.get("CommissionPicUrl")
1356
+ self._OperatorMobile = params.get("OperatorMobile")
1357
+ self._OperatorEmail = params.get("OperatorEmail")
1358
+ self._OperatorMobilePicUrl = params.get("OperatorMobilePicUrl")
1268
1359
  memeber_set = set(params.keys())
1269
1360
  for name, value in vars(self).items():
1270
1361
  property_name = name[1:]
@@ -1302,6 +1393,9 @@ class CompanyStateInfo(AbstractModel):
1302
1393
  :param _BusinessId: 公司统一社会信用代码
1303
1394
  注意:此字段可能返回 null,表示取不到有效值。
1304
1395
  :type BusinessId: str
1396
+ :param _ModifyTime: 修改时间
1397
+ 注意:此字段可能返回 null,表示取不到有效值。
1398
+ :type ModifyTime: int
1305
1399
  """
1306
1400
  self._Id = None
1307
1401
  self._CompanyName = None
@@ -1310,6 +1404,7 @@ class CompanyStateInfo(AbstractModel):
1310
1404
  self._CheckMsg = None
1311
1405
  self._State = None
1312
1406
  self._BusinessId = None
1407
+ self._ModifyTime = None
1313
1408
 
1314
1409
  @property
1315
1410
  def Id(self):
@@ -1367,6 +1462,14 @@ class CompanyStateInfo(AbstractModel):
1367
1462
  def BusinessId(self, BusinessId):
1368
1463
  self._BusinessId = BusinessId
1369
1464
 
1465
+ @property
1466
+ def ModifyTime(self):
1467
+ return self._ModifyTime
1468
+
1469
+ @ModifyTime.setter
1470
+ def ModifyTime(self, ModifyTime):
1471
+ self._ModifyTime = ModifyTime
1472
+
1370
1473
 
1371
1474
  def _deserialize(self, params):
1372
1475
  self._Id = params.get("Id")
@@ -1376,6 +1479,7 @@ class CompanyStateInfo(AbstractModel):
1376
1479
  self._CheckMsg = params.get("CheckMsg")
1377
1480
  self._State = params.get("State")
1378
1481
  self._BusinessId = params.get("BusinessId")
1482
+ self._ModifyTime = params.get("ModifyTime")
1379
1483
  memeber_set = set(params.keys())
1380
1484
  for name, value in vars(self).items():
1381
1485
  property_name = name[1:]
@@ -70,6 +70,13 @@ class ChatCompletionsRequest(AbstractModel):
70
70
  2. 默认 1.0,取值区间为 [0.0, 2.0]。
71
71
  3. 非必要不建议使用,不合理的取值会影响效果。
72
72
  :type Temperature: float
73
+ :param _EnableEnhancement: 功能增强(如搜索)开关。
74
+ 说明:
75
+ 1. 仅 hunyuan-pro 模型可用,其它版本不生效。
76
+ 2. 未传值时默认打开开关。
77
+ 3. 关闭时将直接由主模型生成回复内容,可以降低响应时延(对于流式输出时的首字时延尤为明显)。但在少数场景里,回复效果可能会下降。
78
+ 4. 安全审核能力不属于功能增强范围,不受此字段影响。
79
+ :type EnableEnhancement: bool
73
80
  """
74
81
  self._Model = None
75
82
  self._Messages = None
@@ -77,6 +84,7 @@ class ChatCompletionsRequest(AbstractModel):
77
84
  self._StreamModeration = None
78
85
  self._TopP = None
79
86
  self._Temperature = None
87
+ self._EnableEnhancement = None
80
88
 
81
89
  @property
82
90
  def Model(self):
@@ -126,6 +134,14 @@ class ChatCompletionsRequest(AbstractModel):
126
134
  def Temperature(self, Temperature):
127
135
  self._Temperature = Temperature
128
136
 
137
+ @property
138
+ def EnableEnhancement(self):
139
+ return self._EnableEnhancement
140
+
141
+ @EnableEnhancement.setter
142
+ def EnableEnhancement(self, EnableEnhancement):
143
+ self._EnableEnhancement = EnableEnhancement
144
+
129
145
 
130
146
  def _deserialize(self, params):
131
147
  self._Model = params.get("Model")
@@ -139,6 +155,7 @@ class ChatCompletionsRequest(AbstractModel):
139
155
  self._StreamModeration = params.get("StreamModeration")
140
156
  self._TopP = params.get("TopP")
141
157
  self._Temperature = params.get("Temperature")
158
+ self._EnableEnhancement = params.get("EnableEnhancement")
142
159
  memeber_set = set(params.keys())
143
160
  for name, value in vars(self).items():
144
161
  property_name = name[1:]
@@ -28,14 +28,13 @@ class AccountInfo(AbstractModel):
28
28
  :param _AccountType: 用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要"提交工单"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。
29
29
  1:QQ开放账号
30
30
  2:微信开放账号
31
- 8:设备号,仅支持IMEI、IMEIMD5、IDFA、IDFAMD5
32
31
  10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32位小写值。
33
32
  :type AccountType: int
34
33
  :param _QQAccount: QQ账号信息,AccountType是"1"时,该字段必填。
35
34
  :type QQAccount: :class:`tencentcloud.rce.v20201103.models.QQAccountInfo`
36
35
  :param _WeChatAccount: 微信账号信息,AccountType是"2"时,该字段必填。
37
36
  :type WeChatAccount: :class:`tencentcloud.rce.v20201103.models.WeChatAccountInfo`
38
- :param _OtherAccount: 其它账号信息,AccountType是8或10004时,该字段必填。
37
+ :param _OtherAccount: 其它账号信息,AccountType是10004时,该字段必填。
39
38
  :type OtherAccount: :class:`tencentcloud.rce.v20201103.models.OtherAccountInfo`
40
39
  """
41
40
  self._AccountType = None
@@ -213,7 +212,6 @@ class InputManageMarketingRisk(AbstractModel):
213
212
  :param _Account: 用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要"提交工单"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。
214
213
  1:QQ开放账号
215
214
  2:微信开放账号
216
- 8:设备号,仅支持IMEI、IMEIMD5、IDFA、IDFAMD5
217
215
  10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32位小写值。
218
216
  :type Account: :class:`tencentcloud.rce.v20201103.models.AccountInfo`
219
217
  :param _SceneCode: 场景码,用于识别和区分不同的业务场景,可在控制台上新建和管理
@@ -254,11 +252,7 @@ class InputManageMarketingRisk(AbstractModel):
254
252
  :type MacAddress: str
255
253
  :param _VendorId: 手机制造商ID,如果手机注册,请带上此信息。
256
254
  :type VendorId: str
257
- :param _DeviceType: 设备类型,账号类型(AccountType)为8时填写。
258
- 1:IMEI;国际移动设备识别号(15-17位数字);
259
- 2:IMEIMD5;国际移动设备识别号,通过MD5加密后取32位小写值;
260
- 3:IDFA;
261
- 4:IDFAMD5;国际移动设备识别号,通过MD5加密后取32位小写值。
255
+ :param _DeviceType: 设备类型(已不推荐使用)。
262
256
  :type DeviceType: int
263
257
  :param _Details: 扩展字段。
264
258
  :type Details: list of InputDetails
@@ -698,17 +692,14 @@ class OtherAccountInfo(AbstractModel):
698
692
  def __init__(self):
699
693
  r"""
700
694
  :param _AccountId: 其他账号信息;
701
- AccountType是8时,填入设备号(IMEI、IMEIMD5、IDFA、IDFAMD5)
702
695
  AccountType是10004时,填入中国大陆标准11位手机号的MD5值
703
696
  注释:
704
- MD5手机号加密方式,中国大陆11位手机号进行MD5加密,加密后取32位小写值
705
- 设备号加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
697
+ MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。
706
698
  :type AccountId: str
707
699
  :param _MobilePhone: 账号绑定的MD5手机号。
708
700
  注释:只支持标准中国大陆11位手机号MD5加密后位的32位小写字符串。
709
701
  :type MobilePhone: str
710
- :param _DeviceId: 用户设备号,支持IMEI、IMEIMD5、IDFA、IDFAMD5。
711
- 注释:IMEIMD5、IDFAMD5加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
702
+ :param _DeviceId: 用户设备号(已不推荐使用)。
712
703
  :type DeviceId: str
713
704
  """
714
705
  self._AccountId = None
@@ -844,7 +835,6 @@ class OutputManageMarketingRiskValue(AbstractModel):
844
835
  :param _UserId: 账号ID:对应输入参数。
845
836
  当AccountType为1时,对应QQ的OpenId。
846
837
  当AccountType为2时,对应微信的OpenId/UnionId。
847
- 当AccountType为8时,对应IMEI、IDFA、IMEIMD5或者IDFAMD5。
848
838
  当AccountType为10004时,对应手机号的MD5值。
849
839
  注意:此字段可能返回 null,表示取不到有效值。
850
840
  :type UserId: str
@@ -882,10 +872,6 @@ reject:高风险,建议拦截
882
872
  2011: 疑似非常用IP,请求当前请求 IP 非该账号常用 IP。
883
873
  2012: 疑似 IP 异常,使用 IDC 机房 IP 或使用代理 IP 或使用恶意 IP 等。
884
874
  205: 非公网有效 IP,传进来的 IP 地址为内网 IP 地址或者 IP 保留地址。
885
- 206: 设备异常,该设备存在异常的使用行为。
886
- 2061: 疑似非常用设备,当前请求的设备非该账号常用设备。
887
- 2062: 疑似虚拟设备,请求设备为模拟器、脚本、云设备等虚拟设备。
888
- 2063: 疑似群控设备,请求设备为猫池、手机墙等群控设备。
889
875
  注意:此字段可能返回 null,表示取不到有效值。
890
876
  :type RiskType: list of int
891
877
  :param _ConstId: 设备指纹ID,如果集成了设备指纹,并传入了正确的DeviceToken和Platform,该字段正常输出;如果DeviceToken异常(校验不通过),则会在RiskType中返回"-1"标签,ConstId字段为空;如果没有集成设备指纹ConstId字段默认为空。
@@ -1004,8 +990,7 @@ class QQAccountInfo(AbstractModel):
1004
990
  :param _MobilePhone: 账号绑定的MD5手机号,
1005
991
  注释:只支中国大陆11位手机号MD5加密后位的32位小写字符串。
1006
992
  :type MobilePhone: str
1007
- :param _DeviceId: 用户设备号,支持IMEI、IMEIMD5、IDFA、IDFAMD5
1008
- 注释:IMEIMD5、IDFAMD5加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
993
+ :param _DeviceId: 用户设备号(已不推荐使用)。
1009
994
 
1010
995
  :type DeviceId: str
1011
996
  """
@@ -1176,8 +1161,7 @@ class WeChatAccountInfo(AbstractModel):
1176
1161
  :param _MobilePhone: 账号绑定的MD5手机号,
1177
1162
  注释:只支持标准中国大陆11位手机号MD5加密后位的32位小写字符串。
1178
1163
  :type MobilePhone: str
1179
- :param _DeviceId: 用户设备号,支持IMEI、IMEIMD5、IDFA、IDFAMD5
1180
- 注释:IMEIMD5、IDFAMD5加密方式,对IMEI、IDFA明文进行MD5加密,加密后取32位小写值。
1164
+ :param _DeviceId: 用户设备号(已不推荐使用)。
1181
1165
  :type DeviceId: str
1182
1166
  """
1183
1167
  self._WeChatOpenId = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python
3
- Version: 3.0.1149
3
+ Version: 3.0.1150
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
50
50
  QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
51
51
  QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
52
52
  QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
53
- tencentcloud/__init__.py,sha256=HiMK8HMN73YfEzwlNqw41yzz4U82a-srgYNRwKGk2GA,631
53
+ tencentcloud/__init__.py,sha256=g9auFr1C9FqO9A7VfCq7KoGpq71DwFKYX7aiCgwJs30,631
54
54
  tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
@@ -262,7 +262,7 @@ tencentcloud/ccc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
262
262
  tencentcloud/ccc/v20200210/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
263
263
  tencentcloud/ccc/v20200210/ccc_client.py,sha256=40ZKMSnswGHyNlYFyqDRRxUbuOFbm3kqNmEHvOMuPPg,53849
264
264
  tencentcloud/ccc/v20200210/errorcodes.py,sha256=7VM9VZ5lx0e5ofOMFLtL07b3klledYZpbDf2g32cG3w,4709
265
- tencentcloud/ccc/v20200210/models.py,sha256=0rSU8Sd70kOXssB1bwBDPQQFsR5zCFKbd4P12QQ04FM,329276
265
+ tencentcloud/ccc/v20200210/models.py,sha256=7vfsl73NcK77Jr0Knnvqp9lpLiGR-LH2XUVszNEwcT0,334078
266
266
  tencentcloud/cdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
267
  tencentcloud/cdb/v20170320/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
268
268
  tencentcloud/cdb/v20170320/cdb_client.py,sha256=MQrKzYCsjhUqNcTGI3vCTAFixABVRXQ2glJXjwkhNgM,164573
@@ -670,7 +670,7 @@ tencentcloud/hunyuan/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
670
670
  tencentcloud/hunyuan/v20230901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
671
671
  tencentcloud/hunyuan/v20230901/errorcodes.py,sha256=IWgQkpe5W36F9wcH98DZndBAy_JYjVaJnYIKseLae6Q,2032
672
672
  tencentcloud/hunyuan/v20230901/hunyuan_client.py,sha256=fRqXQtMhCrhw04YKagxsUTbreMumAYrlbAQHGQkedaE,10489
673
- tencentcloud/hunyuan/v20230901/models.py,sha256=LBQScI1y2Qv83hAe46Bku74_DM2utxK7GgdhGOJshYg,48610
673
+ tencentcloud/hunyuan/v20230901/models.py,sha256=-rIkTFKr7fRT5h2OBr1CfIP6_NkKgsPmCQwitq5oQNA,49419
674
674
  tencentcloud/iai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
675
675
  tencentcloud/iai/v20180301/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
676
676
  tencentcloud/iai/v20180301/errorcodes.py,sha256=xzb_jVEPBY2KTTJJcsktqdNxS6Bz5-wq8ufnGgMmMX8,11999
@@ -960,7 +960,7 @@ tencentcloud/pts/v20210728/pts_client.py,sha256=IEOLYEdJkEXga0Sh3GCx0Fr7eFWTvNkW
960
960
  tencentcloud/rce/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
961
961
  tencentcloud/rce/v20201103/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
962
962
  tencentcloud/rce/v20201103/errorcodes.py,sha256=JjzBKhEAD8EAScLPJdVMhb_AEom5CiRFPj26_h1rg4A,652
963
- tencentcloud/rce/v20201103/models.py,sha256=fVdm93eojnOuEAG59XcHLRuLFaUPPTKR-LczYqAwpTA,41019
963
+ tencentcloud/rce/v20201103/models.py,sha256=hP4WDhydgE1wcMtgIUGEotgVYBlkMLrvPakXlWS2DCY,39741
964
964
  tencentcloud/rce/v20201103/rce_client.py,sha256=HIwYdqWmTYoWccklsPSzZB7AbEuXi5qrw9eigvHvnJ8,2182
965
965
  tencentcloud/redis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
966
966
  tencentcloud/redis/v20180412/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1429,8 +1429,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
1429
1429
  tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
1430
1430
  tencentcloud/yunsou/v20191115/models.py,sha256=sNTR9ixO8CV9yKQahrhOsEJlxOK5d7aXBoIBIPxfJsQ,23137
1431
1431
  tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
1432
- tencentcloud_sdk_python-3.0.1149.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1433
- tencentcloud_sdk_python-3.0.1149.dist-info/METADATA,sha256=3m69XE7jMZfDvpdObj4m-q99fJnmyH6ghWQRh0ctunk,1511
1434
- tencentcloud_sdk_python-3.0.1149.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1435
- tencentcloud_sdk_python-3.0.1149.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1436
- tencentcloud_sdk_python-3.0.1149.dist-info/RECORD,,
1432
+ tencentcloud_sdk_python-3.0.1150.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1433
+ tencentcloud_sdk_python-3.0.1150.dist-info/METADATA,sha256=fXUwfD0FvS2Ym4wV6BF7AyAgXdWjXdByA3fsNvEeWPs,1511
1434
+ tencentcloud_sdk_python-3.0.1150.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1435
+ tencentcloud_sdk_python-3.0.1150.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1436
+ tencentcloud_sdk_python-3.0.1150.dist-info/RECORD,,