tencentcloud-sdk-python-faceid 3.0.1209__tar.gz → 3.0.1211__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.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/faceid/v20180301/models.py +2 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1211/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1209/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/setup.py
RENAMED
|
@@ -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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1211"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -314,6 +314,7 @@ class BankCard4EVerificationResponse(AbstractModel):
|
|
|
314
314
|
'-5': '手机号码不合法'
|
|
315
315
|
'-18': '验证中心服务繁忙'
|
|
316
316
|
'-19': '验证次数超限,请次日重试'
|
|
317
|
+
'-20': '该证件号暂不支持核验,当前仅支持二代身份证'
|
|
317
318
|
:type Result: str
|
|
318
319
|
:param _Description: 业务结果描述。
|
|
319
320
|
:type Description: str
|
|
@@ -468,6 +469,7 @@ class BankCardVerificationResponse(AbstractModel):
|
|
|
468
469
|
'-4': '银行卡号码有误'
|
|
469
470
|
'-17': '验证中心服务繁忙'
|
|
470
471
|
'-18': '验证次数超限,请次日重试'
|
|
472
|
+
'-19': '该证件号暂不支持核验,当前仅支持二代身份证'
|
|
471
473
|
:type Result: str
|
|
472
474
|
:param _Description: 业务结果描述。
|
|
473
475
|
:type Description: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1211
|
tencentcloud-sdk-python-faceid-3.0.1209/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1209
|
{tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1209 → tencentcloud-sdk-python-faceid-3.0.1211}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|