tencentcloud-sdk-python-faceid 3.0.1252__tar.gz → 3.0.1260__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.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/faceid/v20180301/models.py +4 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1260/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1252/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/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.1260"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -717,6 +717,8 @@ class CheckBankCardInformationResponse(AbstractModel):
|
|
|
717
717
|
不收费结果码:
|
|
718
718
|
-2:验证中心服务繁忙
|
|
719
719
|
-3:银行卡不存在
|
|
720
|
+
-4:认证次数超过当日限制,请次日重试
|
|
721
|
+
|
|
720
722
|
:type Result: str
|
|
721
723
|
:param _Description: 业务结果描述
|
|
722
724
|
:type Description: str
|
|
@@ -6771,6 +6773,7 @@ class MobileNetworkTimeVerificationResponse(AbstractModel):
|
|
|
6771
6773
|
不收费结果码:
|
|
6772
6774
|
-1: 手机号格式不正确
|
|
6773
6775
|
-4: 验证中心服务繁忙
|
|
6776
|
+
-5:认证次数超过当日限制,请次日重试
|
|
6774
6777
|
:type Result: str
|
|
6775
6778
|
:param _Description: 业务结果描述。
|
|
6776
6779
|
:type Description: str
|
|
@@ -6886,6 +6889,7 @@ class MobileStatusResponse(AbstractModel):
|
|
|
6886
6889
|
-1:未查询到结果
|
|
6887
6890
|
-2:手机号格式不正确
|
|
6888
6891
|
-3:验证中心服务繁忙
|
|
6892
|
+
-4:认证次数超过当日限制,请次日重试
|
|
6889
6893
|
:type Result: str
|
|
6890
6894
|
:param _Description: 业务结果描述。
|
|
6891
6895
|
:type Description: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1260
|
tencentcloud-sdk-python-faceid-3.0.1252/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1252
|
{tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1252 → tencentcloud-sdk-python-faceid-3.0.1260}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|