tencentcloud-sdk-python-faceid 3.0.1192__tar.gz → 3.0.1194__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.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/faceid/v20180301/errorcodes.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/faceid/v20180301/models.py +3 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1194/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1192/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/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.1194"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -104,7 +104,7 @@ FAILEDOPERATION_IDPHOTOPOORQUALITY = 'FailedOperation.IdPhotoPoorQuality'
|
|
|
104
104
|
# 客户库自建库或认证中心返照失败,请稍后再试。
|
|
105
105
|
FAILEDOPERATION_IDPHOTOSYSTEMNOANSWER = 'FailedOperation.IdPhotoSystemNoanswer'
|
|
106
106
|
|
|
107
|
-
#
|
|
107
|
+
# 姓名/身份证号认证次数超过当日限制,请次日重试
|
|
108
108
|
FAILEDOPERATION_IDENTITYAUTHLIMITEXCEEDED = 'FailedOperation.IdentityAuthLimitExceeded'
|
|
109
109
|
|
|
110
110
|
# 图片模糊。
|
|
@@ -1237,6 +1237,7 @@ class CheckIdNameDateResponse(AbstractModel):
|
|
|
1237
1237
|
-5: 身份信息无效
|
|
1238
1238
|
-6: 证件库服务异常
|
|
1239
1239
|
-7: 证件库中无此身份证记录
|
|
1240
|
+
-8: 认证次数超过当日限制,请次日重试
|
|
1240
1241
|
:type Result: str
|
|
1241
1242
|
:param _Description: 业务结果描述。
|
|
1242
1243
|
:type Description: str
|
|
@@ -1354,6 +1355,7 @@ class CheckPhoneAndNameResponse(AbstractModel):
|
|
|
1354
1355
|
-3:引擎服务异常
|
|
1355
1356
|
-4:姓名校验不通过
|
|
1356
1357
|
-5:手机号码不合法
|
|
1358
|
+
-6: 认证次数超过当日限制,请次日重试
|
|
1357
1359
|
:type Result: str
|
|
1358
1360
|
:param _Description: 业务结果描述
|
|
1359
1361
|
:type Description: str
|
|
@@ -7708,6 +7710,7 @@ class PhoneVerificationResponse(AbstractModel):
|
|
|
7708
7710
|
-8: 姓名校验不通过
|
|
7709
7711
|
-9: 没有记录
|
|
7710
7712
|
-11: 验证中心服务繁忙
|
|
7713
|
+
-12: 认证次数超过当日限制,请次日重试
|
|
7711
7714
|
:type Result: str
|
|
7712
7715
|
:param _Description: 业务结果描述。
|
|
7713
7716
|
:type Description: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1194
|
tencentcloud-sdk-python-faceid-3.0.1192/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1192
|
{tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1192 → tencentcloud-sdk-python-faceid-3.0.1194}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|