tencentcloud-sdk-python-faceid 3.1.133__tar.gz → 3.1.134__tar.gz
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_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/setup.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/models.py +10 -10
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_faceid-3.1.134/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_faceid-3.1.133/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/README.rst +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/setup.cfg +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud/faceid/v20180301/faceid_client_async.py +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.134
|
|
4
4
|
Summary: Tencent Cloud Faceid SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-faceid',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.134,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Faceid SDK for Python',
|
|
@@ -9160,7 +9160,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9160
9160
|
|
|
9161
9161
|
def __init__(self):
|
|
9162
9162
|
r"""
|
|
9163
|
-
:param _Result: <p
|
|
9163
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
|
|
9164
9164
|
:type Result: str
|
|
9165
9165
|
:param _Description: <p>业务结果描述。</p>
|
|
9166
9166
|
:type Description: str
|
|
@@ -9176,7 +9176,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
9176
9176
|
|
|
9177
9177
|
@property
|
|
9178
9178
|
def Result(self):
|
|
9179
|
-
r"""<p
|
|
9179
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li><p>收费结果码:<br>-0: 成功。<br>-2: 手机号不存在<br>-3: 手机号存在,但无法查询到在网时长。</p></li><li><p>不收费结果码:<br>-1: 手机号格式不正确。<br>-4: 验证中心服务繁忙。<br>-5:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</p></li></ul>
|
|
9180
9180
|
:rtype: str
|
|
9181
9181
|
"""
|
|
9182
9182
|
return self._Result
|
|
@@ -9286,7 +9286,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9286
9286
|
|
|
9287
9287
|
def __init__(self):
|
|
9288
9288
|
r"""
|
|
9289
|
-
:param _Result: <p
|
|
9289
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
|
|
9290
9290
|
:type Result: str
|
|
9291
9291
|
:param _Description: <p>业务结果描述。</p>
|
|
9292
9292
|
:type Description: str
|
|
@@ -9302,7 +9302,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
9302
9302
|
|
|
9303
9303
|
@property
|
|
9304
9304
|
def Result(self):
|
|
9305
|
-
r"""<p
|
|
9305
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:<br>0:成功。</li><li>不收费结果码:<br>-1:未查询到结果。<br>-2:手机号格式不正确。<br>-3:验证中心服务繁忙。<br>-4:认证次数超过当日限制,请次日重试。<br>-13:该号段不支持验证</li></ul>
|
|
9306
9306
|
:rtype: str
|
|
9307
9307
|
"""
|
|
9308
9308
|
return self._Result
|
|
@@ -9888,7 +9888,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9888
9888
|
|
|
9889
9889
|
def __init__(self):
|
|
9890
9890
|
r"""
|
|
9891
|
-
:param _Result: <p
|
|
9891
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
9892
9892
|
:type Result: str
|
|
9893
9893
|
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
9894
9894
|
:type Isp: str
|
|
@@ -9904,7 +9904,7 @@ class PhoneVerificationCMCCResponse(AbstractModel):
|
|
|
9904
9904
|
|
|
9905
9905
|
@property
|
|
9906
9906
|
def Result(self):
|
|
9907
|
-
r"""<p
|
|
9907
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
9908
9908
|
:rtype: str
|
|
9909
9909
|
"""
|
|
9910
9910
|
return self._Result
|
|
@@ -10044,7 +10044,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10044
10044
|
|
|
10045
10045
|
def __init__(self):
|
|
10046
10046
|
r"""
|
|
10047
|
-
:param _Result: <p
|
|
10047
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10048
10048
|
:type Result: str
|
|
10049
10049
|
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10050
10050
|
:type Isp: str
|
|
@@ -10060,7 +10060,7 @@ class PhoneVerificationCTCCResponse(AbstractModel):
|
|
|
10060
10060
|
|
|
10061
10061
|
@property
|
|
10062
10062
|
def Result(self):
|
|
10063
|
-
r"""<p
|
|
10063
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10064
10064
|
:rtype: str
|
|
10065
10065
|
"""
|
|
10066
10066
|
return self._Result
|
|
@@ -10200,7 +10200,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10200
10200
|
|
|
10201
10201
|
def __init__(self):
|
|
10202
10202
|
r"""
|
|
10203
|
-
:param _Result: <p
|
|
10203
|
+
:param _Result: <p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10204
10204
|
:type Result: str
|
|
10205
10205
|
:param _Isp: <p>运营商名称。</p><ul><li>取值范围为["移动","联通","电信",""]。</li></ul>
|
|
10206
10206
|
:type Isp: str
|
|
@@ -10216,7 +10216,7 @@ class PhoneVerificationCUCCResponse(AbstractModel):
|
|
|
10216
10216
|
|
|
10217
10217
|
@property
|
|
10218
10218
|
def Result(self):
|
|
10219
|
-
r"""<p
|
|
10219
|
+
r"""<p>认证结果码,收费情况如下。</p><ul><li>收费结果码:</li><li>0: 认证通过。</li><li>-4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)。</li><li>-不收费结果码:</li><li>-6: 手机号码不合法。</li><li>-7: 身份证号码有误。</li><li>-8: 姓名校验不通过。</li><li>-9: 没有记录。</li><li>-11: 验证中心服务繁忙。</li><li>-13:该号段不支持验证</li></ul>
|
|
10220
10220
|
:rtype: str
|
|
10221
10221
|
"""
|
|
10222
10222
|
return self._Result
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-faceid
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.134
|
|
4
4
|
Summary: Tencent Cloud Faceid SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.133
|
{tencentcloud_sdk_python_faceid-3.1.133 → tencentcloud_sdk_python_faceid-3.1.134}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|